diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-10-18 22:44:37 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-10-18 22:44:37 +0000 |
commit | aed378e8d117bf58f6e04c7e97ed30b08db5055d (patch) | |
tree | 86d61b55bdd94549a7ab7be84b57b2efe05c987b /src/interfaces/python/pgmodule.c | |
parent | 13e467f74fc34345aa850a3cf2d238906a5a6f3d (diff) | |
download | postgresql-aed378e8d117bf58f6e04c7e97ed30b08db5055d.tar.gz postgresql-aed378e8d117bf58f6e04c7e97ed30b08db5055d.zip |
Fix authentication so that it doesn't record an extra 'Password
authentication failed' and a 'send() failed: Broken pipe' message
on every connection from psql in password auth mode. Problem is
that psql doesn't ask user for a password until it sees a password
challenge failure, and libpq just closes the connection unceremoniously
if it's challenged for a password when it hasn't got one to send.
Accordingly, EOF from the client after asking for a password is
normal behavior and should not result in postmaster log entries.
Diffstat (limited to 'src/interfaces/python/pgmodule.c')
0 files changed, 0 insertions, 0 deletions