Re: incorrect handling of the timeout in pg_receivexlog
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Magnus Hagander <magnus@hagander.net>
Cc: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-05-14T18:24:15Z
Lists: pgsql-hackers
On Fri, May 11, 2012 at 11:43 PM, Magnus Hagander <magnus@hagander.net> wrote: > Should we go down the easy way and just reject connections when the flag is > mismatching between the client and the server (trivial to do - see the > attached patch)? + char *tmpparam; You forgot to add "const" before "char", which causes a compile-time warning. Regards, -- Fujii Masao