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

Поиск
Список
Период
Сортировка
От tgl@developer.postgresql.org (Tom Lane)
Тема pgsql-server/src/backend/libpq pqcomm.c
Дата
Msg-id 20030529191534.7E7DF925E67@developer.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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).


В списке pgsql-committers по дате отправления:

Предыдущее
От: staff
Дата:
Сообщение: Hello,let's be friends
Следующее
От: tgl@developer.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/makefiles Makefile.hpux