pgsql/src/backend/utils/error elog.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/error elog.c
Date: 2001-03-10 04:21:51
Message-ID: 200103100421.f2A4Lpp31813@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/03/09 23:21:51

Modified files:
src/backend/utils/error: elog.c

Log message:
FATAL errors should cause exit with nonzero status if we are not running
under the postmaster --- specifically, if we are a standalone backend
running under the initdb script, this is critical!

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-03-10 10:39:02 pgsql/ /configure /configure.in rc/Makefile.gl ...
Previous Message Hiroshi Inoue 2001-03-10 03:34:58 pgsql/src/interfaces/odbc info.c convert.c qre ...