pgsql/src/backend/postmaster postmaster.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/postmaster postmaster.c
Date
Msg-id 200201062140.g06Le7S48246@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql/src backend/tcop/postgres.c include/misc ...
Next
From: Hiroshi Inoue
Date:
Subject: Re: pgsql/src backend/tcop/postgres.c include/misc ...