pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby
Дата
Msg-id E1RLVrY-00040w-3C@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix timing of Startup CLOG and MultiXact during Hot Standby

Patch by me, bug report by Chris Redekop, analysis by Florian Pflug

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f8409b39d1dae28f063b378b9edee1a657845503

Modified Files
--------------
src/backend/access/transam/clog.c      |   19 +++++++++++++++++++
src/backend/access/transam/multixact.c |    2 +-
src/backend/access/transam/xlog.c      |   17 ++++++++++++-----
src/backend/utils/init/postinit.c      |    1 +
src/include/access/clog.h              |    1 +
5 files changed, 34 insertions(+), 6 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Start Hot Standby faster when initial snapshot is incomplete.