pgsql: Improve comment.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Improve comment.
Дата
Msg-id E1XFKBq-0000aR-FL@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: ...
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix alternate regression test output file.