]> 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:02 +0000 (04:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Aug 2004 04:08:02 +0000 (04:08 +0000)
commitd508e0ddd23a35b9cb30ec1a769de40e98d5561f
tree1880529858bde1f01601074dd3767dc6879cb562
parenta1dd58e50990b5a1740371b16a1bd1ccb0721b3e
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