OSDN Git Service

Clean up some confusion about where and how to set whereToSendOutput.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Sep 2001 01:10:21 +0000 (01:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Sep 2001 01:10:21 +0000 (01:10 +0000)
commit02b1a7fd5160d4117973527dc6d4214cd225a97c
tree47cc4a70b26f65537003f4ee5404866a45087571
parent6b9f94022c481fdcde45d491b61eddb414454aea
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.
src/backend/catalog/pg_proc.c
src/backend/commands/async.c
src/backend/commands/define.c
src/backend/libpq/pqsignal.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/backend/tcop/utility.c
src/backend/utils/adt/sets.c
src/include/catalog/pg_proc.h
src/include/commands/defrem.h