pgsql: Improve comment. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Improve comment.
Date
Msg-id E1XFKBq-0000aR-FL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve comment.

Based on the old comment, it took me a while to figure out what the
problem was. The importnat detail is that SSL_read() can return WANT_READ
even though some raw data was received from the socket.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ec903d20e3b4c1a543dbf057055e4ddbfad4d59e

Modified Files
--------------
src/interfaces/libpq/fe-misc.c |    7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From:
Date:
Subject: ...
Next
From: Robert Haas
Date:
Subject: pgsql: Fix alternate regression test output file.