[HACKERS] Mismatch in libpqwalreceiver

2010-03-23 Thread Hitoshi Harada
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,

Re: [HACKERS] Mismatch in libpqwalreceiver

2010-03-23 Thread Fujii Masao
On Wed, Mar 24, 2010 at 1:49 AM, Hitoshi Harada wrote: > 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 boo

Re: [HACKERS] Mismatch in libpqwalreceiver

2010-03-23 Thread Heikki Linnakangas
Fujii Masao wrote: > On Wed, Mar 24, 2010 at 1:49 AM, Hitoshi Harada wrote: >> 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 > > Thanks for the report! Yep, thanks. Applied, and I also added descri