pgsql-server/src/backend/libpq Tag: REL7_3_STA ...
pgsql-server/src/backend/libpq Tag: REL7_3_STA ...
От:
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT: /cvsroot Module name: pgsql-server Changes by: tgl@svr1.postgresql.org 03/08/04 14:58:25 Modified files: src/backend/libpq: Tag: REL7_3_STABLE be-secure.c Log message: SSL_read/SSL_write do not approximate the return conventions of recv() and send() very well at all; and in any case we can't use retval==0 for EOF due to race conditions. Make the same fixes in the backend as are required in libpq.