pgsql: Fix the logical replication from HEAD to lower versions.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix the logical replication from HEAD to lower versions.
Дата
Msg-id E1kM2Dd-0006Jk-Mg@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix the logical replication from HEAD to lower versions.

Commit 464824323e changed the logical replication protocol to allow the
streaming of in-progress transactions and used the new version of protocol
irrespective of the server version. Use the appropriate version of the
protocol based on the server version.

Reported-by: Ashutosh Sharma
Author: Dilip Kumar
Reviewed-by: Ashutosh Sharma and Amit Kapila
Discussion: https://postgr.es/m/CAE9k0P=9OpXcNrcU5Gsvd5MZ8GFpiN833vNHzX6Uc=8+h1ft1Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/079d0cacf4fefc326bf776ecc2df5dba995f50de

Modified Files
--------------
src/backend/replication/logical/worker.c    | 4 +++-
src/backend/replication/pgoutput/pgoutput.c | 4 ++--
src/include/replication/logicalproto.h      | 8 +++++---
3 files changed, 10 insertions(+), 6 deletions(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Defer flushing of SLRU files.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Revise RelationBuildRowSecurity() to avoid memory leaks.