On Fri, May 11, 2012 at 11:43 PM, Magnus Hagander <mag...@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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to