Обсуждение: pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby

Поиск
Список
Период
Сортировка

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

От
Simon Riggs
Дата:
Fix timing of Startup CLOG and MultiXact during Hot Standby

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

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2f55c535e1f026929cf20855b3790d3632062d42

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