pgsql: Fix a stupid bug I introduced into XLogFlush().

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a stupid bug I introduced into XLogFlush().
Date: 2012-07-02 19:35:56
Message-ID: E1SlmPc-0002PH-Ta@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a stupid bug I introduced into XLogFlush().

Commit f11e8be3e812cdbbc139c1b4e49141378b118dee broke this; it was right
in Peter's original patch, but I messed it up before committing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3cf39e6ddbece4000ee56a0f79cdbe71fb2865ff

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-07-03 14:18:08 pgsql: Remove misleading hints about reducing the System V request size
Previous Message Magnus Hagander 2012-07-02 19:30:35 Re: pgsql: Add missing space in event_source GUC description.