Small fix in pg_rewind (redundant declaration)

Поиск
Список
Период
Сортировка
От YUriy Zhuravlev
Тема Small fix in pg_rewind (redundant declaration)
Дата
Msg-id 2193184.HX9XJVfCD6@dinodell
обсуждение исходный текст
Ответы Re: Small fix in pg_rewind (redundant declaration)  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Hello hackers.
I've stumbled upon a strange code.
In src/bin/pg_rewind/datapagemap.h  we decalre:
extern void datapagemap_destroy(datapagemap_t *map);
But nowhere is implemented. I think the declaration of this function must be 
removed.
I'm not sure that this trivial things needed patch.

Thanks. 

-- 
YUriy Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pg_tables bug?
Следующее
От: David Rowley
Дата:
Сообщение: Re: Combining Aggregates