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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Revert "graceful shutdown" changes for Windows, in back branches
Дата
Msg-id E1nCPSI-0001Ho-PN@gemulon.postgresql.org
обсуждение исходный текст
Список 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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/213c5aa3bdba5783529d3c0f103dbfadf4f93f50

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: pgsql: Server-side gzip compression.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Tidy up a few cosmetic issues related to pg_basebackup.