pgsql: Send EXTRA_INSTALL errors to install.log, not stderr. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Send EXTRA_INSTALL errors to install.log, not stderr.
Date
Msg-id E1ge5tM-0000n2-VN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Send EXTRA_INSTALL errors to install.log, not stderr.

We already redirected other temp-install stderr and all temp-install
stdout in this way.  Back-patch to v10, like the next commit.

Discussion: https://postgr.es/m/20181224221601.GA3227827@rfd.leadboat.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/95fae739af68b27c5c555ffe10c4c98f2a6a3cdd

Modified Files
--------------
src/Makefile.global.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update leakproofness markings on some btree comparisonfunctions
Next
From: Noah Misch
Date:
Subject: pgsql: pg_regress: Promptly detect failed postmaster startup.