pgsql: Put the logic to wait for WAL in standby mode to a separate func

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put the logic to wait for WAL in standby mode to a separate func
Date: 2012-10-09 16:26:00
Message-ID: E1TLcd6-0005OM-St@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Put the logic to wait for WAL in standby mode to a separate function.

This is just refactoring with no user-visible effect, to make the code more
readable.

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xlog.c | 429 +++++++++++++++++++------------------
1 files changed, 222 insertions(+), 207 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-10-09 16:35:06 pgsql: Fix silly bug in previous refactoring.
Previous Message Alvaro Herrera 2012-10-09 15:09:27 pgsql: restore permission bits