Add a check for end of client connection before expecting a password
Peter Eisentraut <peter_e@gmx.net>
Add a check for end of client connection before expecting a password response, to avoid noise in the server log.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/auth.c | modified | +2 −2 |
| src/backend/libpq/pqcomm.c | modified | +21 −1 |
| src/include/libpq/libpq.h | modified | +2 −1 |