Ensure that before truncating CLOG, we force a checkpoint even if no

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

Commit: b2ab1e6bc9a61a2e5add59da298ec755ba75ab5c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-09-26T22:58:34Z
Releases: 7.3.1
Ensure that before truncating CLOG, we force a checkpoint even if no
recent WAL activity has occurred.  Without this, it's possible that a
later crash might leave tuples on disk with un-updated commit status
bits.

Files