Обсуждение: pgsql-server/src/backend/libpq pqcomm.c

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

pgsql-server/src/backend/libpq pqcomm.c

От
tgl@developer.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@developer.postgresql.org    03/05/29 15:15:34

Modified files:
    src/backend/libpq: pqcomm.c

Log message:
    Don't explicitly close() the session socket during backend exit; instead
    leave it for the kernel to do after the process dies.  This allows clients
    to wait for the backend to exit if they wish (after sending X message,
    wait till EOF is detected on the socket).