pgsql: On further testing, PQping also needs an explicit check for AUTH - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: On further testing, PQping also needs an explicit check for AUTH
Date
Msg-id E1PMExF-00024p-9b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
On further testing, PQping also needs an explicit check for AUTH_REQ.

The pg_fe_sendauth code might fail if it can't handle the authentication
request message type --- if so, ping should still say the server is up.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=49cd8a3f810467632260f16c7779f19212c1d094

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |   16 +++++++++++++---
src/interfaces/libpq/libpq-int.h  |    1 +
2 files changed, 14 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Rewrite PQping to be more like what we agreed to last week.
Next
From: Tom Lane
Date:
Subject: pgsql: A bit more wordsmithing on the PQping documentation.