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:56
Message-ID: E1RLVrY-00040w-3C@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
------
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-11-02 08:30:11 pgsql: Start Hot Standby faster when initial snapshot is incomplete.
Previous Message Simon Riggs 2011-11-02 08:07:11 pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby