]> granicus.if.org Git - postgresql/commit
Fix failure to guarantee that a checkpoint will write out pg_clog updates
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Aug 2004 04:08:40 +0000 (04:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Aug 2004 04:08:40 +0000 (04:08 +0000)
commit25ad99245a605204076150358ad4e296fa14968f
tree31971bf0ce5e19d5a81e612f22b3eae18048d8c2
parent144dc305541d031f0521eba8775216d35e973a5d
Fix failure to guarantee that a checkpoint will write out pg_clog updates
for transaction commits that occurred just before the checkpoint.  This is
an EXTREMELY serious bug --- kudos to Satoshi Okada for creating a
reproducible test case to prove its existence.
src/backend/access/transam/xact.c
src/backend/access/transam/xlog.c
src/include/storage/lwlock.h