Thread: pgsql/src/backend/postmaster postmaster.c

pgsql/src/backend/postmaster postmaster.c

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/01/06 16:40:04

Modified files:
    src/backend/postmaster: postmaster.c

Log message:
    If we fail to fork a new backend process, (try to) report the failure
    to the client before closing the connection.  Before 7.2 this was done
    correctly, but new code would simply close the connection with no report
    to the client.