pgsql: Fix silly bug in previous refactoring.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix silly bug in previous refactoring.
Date: 2012-10-09 16:35:06
Message-ID: E1TLclu-0005UJ-Oe@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix silly bug in previous refactoring.

I extracted the refactoring patch from a larger patch that contained other
changes too, but missed one unintentional change and didn't test enough...

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-10-09 17:07:36 Re: pgsql: Fix thinko in previous commit
Previous Message Heikki Linnakangas 2012-10-09 16:26:00 pgsql: Put the logic to wait for WAL in standby mode to a separate func