Mismatch in libpqwalreceiver

Поиск
Список
Период
Сортировка
От Hitoshi Harada
Тема Mismatch in libpqwalreceiver
Дата
Msg-id e08cc0401003230949w4da2cb40j539dae3dbebfcf80@mail.gmail.com
обсуждение исходный текст
Ответы Re: Mismatch in libpqwalreceiver  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
There's a mismatch in HEAD between README and the actual definition in
replication/libpqwalreceiver.

In README,

bool walrcv_receive(int timeout, XLogRecPtr *recptr, char **buffer, int *len)

but in walreceiver.h,

typedef bool (*walrcv_receive_type) (int timeout, unsigned char *type,                                             char
**buffer,int *len);
 


It seems this commit forgot README fix.

http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/replication/walreceiver.h?r1=1.5&r2=1.6


Regards,


-- 
Hitoshi Harada


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

Предыдущее
От: Daniel Farina
Дата:
Сообщение: Re: Windowing Qual Pushdown
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: 9.0 release notes done