Обсуждение: pgsql: Improve comment.

Поиск
Список
Период
Сортировка

pgsql: Improve comment.

От
Heikki Linnakangas
Дата:
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(-)