mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
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.