pgsql/src/backend/postmaster postmaster.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/postmaster postmaster.c
Date: 2002-01-06 21:40:08
Message-ID: 200201062140.g06Le7S48246@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-01-07 02:17:22 Re: pgsql/src backend/tcop/postgres.c include/misc ...
Previous Message Tom Lane 2002-01-06 18:15:54 Re: pgsql/src backend/tcop/postgres.c include/misc ...