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

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby
Date: 2011-11-02 08:07:11
Message-ID: E1RLVqp-00040C-RP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9e5fe4d49227c5c5297410d54d6551a726814adc

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-11-02 08:07:56 pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby
Previous Message Simon Riggs 2011-11-02 08:06:17 pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby