Fix a stupid bug I introduced into XLogFlush().
authorRobert Haas <rhaas@postgresql.org>
Mon, 2 Jul 2012 19:33:59 +0000 (15:33 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 2 Jul 2012 19:33:59 +0000 (15:33 -0400)
commit3cf39e6ddbece4000ee56a0f79cdbe71fb2865ff
treedcc31e37b3a5ff00d59de439e35390065e7da49b
parent3bb592bb20d02093d6488a57c7c4ee94803ddc9a
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.
src/backend/access/transam/xlog.c