pgsql: Revert "graceful shutdown" changes for Windows, in back branches

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "graceful shutdown" changes for Windows, in back branches
Date: 2022-01-25 17:18:06
Message-ID: E1nCPSI-0001Hn-Ow@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "graceful shutdown" changes for Windows, in back branches only.

This reverts commits 6051857fc and ed52c3707, but only in the back
branches. Further testing has shown that while those changes do fix
some things, they also break others; in particular, it looks like
walreceivers fail to detect walsender-initiated connection close
reliably if the walsender shuts down this way. We'll keep trying to
improve matters in HEAD, but it now seems unwise to push these changes
into stable releases.

Discussion: https://postgr.es/m/CA+hUKG+OeoETZQ=Qw5Ub5h3tmwQhBmDA=nuNO3KG=zWfUypFAw@mail.gmail.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/75674c7ec1b1607e7013b5cebcb22d9c8b4b2cb6

Modified Files
--------------
src/backend/libpq/pqcomm.c | 29 +++++++----------------------
1 file changed, 7 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-01-25 18:12:30 Re: pgsql: Server-side gzip compression.
Previous Message David Rowley 2022-01-25 09:19:58 Re: pgsql: Server-side gzip compression.