pgsql: Refactor the code implementing standby-mode logic.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refactor the code implementing standby-mode logic.
Date: 2012-12-03 10:36:00
Message-ID: E1TfTNY-00007z-A4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor the code implementing standby-mode logic.

It is now easier to see that it's a state machine, making the code easier
to understand overall.

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xlog.c | 453 +++++++++++++++++++++++--------------
1 files changed, 285 insertions(+), 168 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-12-03 12:01:18 pgsql: Clarify when to use PageSetLSN/PageGetLSN().
Previous Message Andrew Dunstan 2012-12-02 22:31:23 pgsql: Add mode where contrib installcheck runs each module in a separa