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

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

From
"Marc G. Fournier"
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    scrappy@hub.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.