Clean up some confusion about where and how to set whereToSendOutput.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 02b1a7fd5160d4117973527dc6d4214cd225a97c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-09-08T01:10:21Z
Releases: 7.2.1
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.

Files