pgsql/src backend/catalog/pg_proc.c backend/co ...

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/catalog/pg_proc.c backend/co ...
Date: 2001-09-08 01:10:21
Message-ID: 200109080110.f881ALC91108@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: scrappy(at)hub(dot)org 01/09/07 21:10:21

Modified files:
src/backend/catalog: pg_proc.c
src/backend/commands: async.c define.c
src/backend/libpq: pqsignal.c
src/backend/postmaster: postmaster.c
src/backend/tcop: postgres.c utility.c
src/backend/utils/adt: sets.c
src/include/catalog: pg_proc.h
src/include/commands: defrem.h

Log message:
Clean up some confusion about where and how to set whereToSendOutput.
We will no longer try to send elog messages to the client before we have
initialized backend libpq (oops); however, reporting bogus commandline
switches via elog does work now (not irrelevant, because of PGOPTIONS).
Fix problem with inappropriate sending of checkpoint-process messages
to stderr.

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2001-09-08 02:28:41 pgsql/src/interfaces/odbc convert.c convert.h ...
Previous Message Marc G. Fournier 2001-09-07 23:34:17 pgsql/src/interfaces/jdbc org/postgresql/test/ ...