pgsql: Fix pg_recvlogical avoidance of superfluous Standby Status Updat

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Fix pg_recvlogical avoidance of superfluous Standby Status Updat
Дата
Msg-id E1jZ4n0-0007nu-5k@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pg_recvlogical avoidance of superfluous Standby Status Update.

The defect suppressed a Standby Status Update message when bytes flushed
to disk had changed but bytes received had not changed.  If
pg_recvlogical then exited with no intervening Standby Status Update,
the next pg_recvlogical repeated already-flushed records.  The defect
could also cause superfluous messages, which are functionally harmless.
Back-patch to 9.5 (all supported versions).

Discussion: https://postgr.es/m/20200502221647.GA3941274@rfd.leadboat.com

Branch
------
REL_11_STABLE

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

Modified Files
--------------
src/bin/pg_basebackup/pg_recvlogical.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: split up wait_event table.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix the MSVC build for versions 2015 and later.