Repair two problems with WAL logging of sequence nextvalI() ops, as

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 01747692fe133305b03ccd7505e92b1d18c3ea1b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-03-15T19:20:36Z
Releases: 7.3.1
Repair two problems with WAL logging of sequence nextvalI() ops, as
per recent pghackers discussion: force a new WAL record at first nextval
after a checkpoint, and ensure that xlog is flushed to disk if a nextval
record is the only thing emitted by a transaction.

Files