pgbouncer - pgbouncer: Explicitly detect V2 protocol request and close

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: Explicitly detect V2 protocol request and close
Date: 2010-04-14 08:09:47
Message-ID: 20100414080947.930E110715C7@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Explicitly detect V2 protocol request and close it with proper msg.

Modified Files:
--------------
pgbouncer/include:
bouncer.h (r1.26 -> r1.27)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/bouncer.h?r1=1.26&r2=1.27)
pgbouncer/src:
client.c (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/client.c?r1=1.27&r2=1.28)
proto.c (r1.20 -> r1.21)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/proto.c?r1=1.20&r2=1.21)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-04-14 10:29:07 pgsql: Fix minor typo in comment in xlog.c
Previous Message User Mkz 2010-04-14 08:08:27 pgbouncer - pgbouncer: Move fast-fail relaunch logic around.