pgsql: Revert "Hack pg_ctl to report postmaster's exit status."

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Hack pg_ctl to report postmaster's exit status."
Date: 2019-10-13 16:56:53
Message-ID: E1iJhAr-0000Df-QF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Hack pg_ctl to report postmaster's exit status."

This reverts commit 6a5084eed49552bfc8859c438c8d74ad09fc5d3f.
We learned what we needed to know from that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f38291e927fa8c04eb772e6a17a3dd44da2b69e8

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c | 31 +++++++++++++++++--------------
1 file changed, 17 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-10-13 19:48:35 pgsql: In the postmaster, rely on the signal infrastructure to block si
Previous Message Michael Paquier 2019-10-13 10:13:31 Re: pgsql: Fix dependency handling of column drop with partitioned tables