pgsql: Report catalog_xmin separately in hot_standby_feedback

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Report catalog_xmin separately in hot_standby_feedback
Дата
Msg-id E1crmMf-0001qn-Kn@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Report catalog_xmin separately in hot_standby_feedback

If the upstream walsender is using a physical replication slot, store the
catalog_xmin in the slot's catalog_xmin field. If the upstream doesn't use a
slot and has only a PGPROC entry behaviour doesn't change, as we store the
combined xmin and catalog_xmin in the PGPROC entry.

Author: Craig Ringer

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5737c12df0581b3298e3e9586bdef170811ce176

Modified Files
--------------
doc/src/sgml/protocol.sgml                         |  33 ++++++-
src/backend/replication/walreceiver.c              |  43 ++++++--
src/backend/replication/walsender.c                | 108 +++++++++++++++------
src/backend/storage/ipc/procarray.c                |  12 ++-
src/include/storage/proc.h                         |   5 +
src/include/storage/procarray.h                    |  11 +++
.../recovery/t/010_logical_decoding_timelines.pl   |  38 +++++++-
7 files changed, 199 insertions(+), 51 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add missing break
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add cleanup to new test cases