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.
pgsql-committers by date
| Next: | From: Marc G. Fournier | Date: 2001-09-08 02:28:41 |
| Subject: pgsql/src/interfaces/odbc convert.c convert.h ... |
| Previous: | From: Marc G. Fournier | Date: 2001-09-07 23:34:17 |
| Subject: pgsql/src/interfaces/jdbc org/postgresql/test/ ... |