pgsql: Revert "graceful shutdown" changes for Windows. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Revert "graceful shutdown" changes for Windows.
Date
Msg-id E1nWfM4-000sNt-NK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "graceful shutdown" changes for Windows.

This reverts commits 6051857fc and ed52c3707 in HEAD (they were already
reverted 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.  A proper fix for
this seems possible but won't be done in time for v15.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/29992a6a509b256efc4ac560a1586b51a64b2637

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


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Add support for security invoker views.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Add String object access hooks