pgsql: Improve comment.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve comment.
Date: 2014-08-07 09:40:54
Message-ID: E1XFKBq-0000aR-FL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-08-07 13:52:05 pgsql: Fix alternate regression test output file.
Previous Message Robert Haas 2014-08-06 20:14:13 pgsql: Add PG_RETURN_UINT16 macro.