]> granicus.if.org Git - postgresql/commit
If we fail to fork a new backend process, (try to) report the failure
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Jan 2002 21:40:02 +0000 (21:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Jan 2002 21:40:02 +0000 (21:40 +0000)
commita510bf43268491c18639ed21c1373677c57e9093
treeffd877dd049d361625a3f930e3486478112ff2aa
parent96ad60e91988ad41a57da3edddee4aec4e25adf9
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.
src/backend/postmaster/postmaster.c