On Mon, May 14, 2012 at 2:24 PM, Fujii Masao <[email protected]> wrote: > On Fri, May 11, 2012 at 11:43 PM, Magnus Hagander <[email protected]> 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.
I went ahead and committed this, with this fix and a slight change to the message text. Hope that's OK with everyone... -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
