Add a check for end of client connection before expecting a password

Peter Eisentraut <peter_e@gmx.net>

Commit: 50036e85b35eb8eaa3f25da836959a9dd986a2c6
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2001-08-07T10:44:16Z
Releases: 7.2.1
Add a check for end of client connection before expecting a password
response, to avoid noise in the server log.

Files

PathChange+/−
src/backend/libpq/auth.c modified +2 −2
src/backend/libpq/pqcomm.c modified +21 −1
src/include/libpq/libpq.h modified +2 −1