Mismatch in libpqwalreceiver

From: Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Mismatch in libpqwalreceiver
Date: 2010-03-23 16:49:34
Message-ID: e08cc0401003230949w4da2cb40j539dae3dbebfcf80@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2010-03-23 17:09:14 Re: 9.0 release notes done
Previous Message Daniel Farina 2010-03-23 16:46:43 Re: Windowing Qual Pushdown