]> granicus.if.org Git - postgresql/commit
Fix longstanding error in VACUUM: sometimes would examine a buffer page
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 29 Jun 2001 16:34:49 +0000 (16:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 29 Jun 2001 16:34:49 +0000 (16:34 +0000)
commit1d15afda136deef870aa9f70c795b9062ea23b67
tree201353be9ab472b74fc7ecbf14bfb15d526cc1cf
parent807a26265755c675e6f1a4bed7a7ce25019c3342
Fix longstanding error in VACUUM: sometimes would examine a buffer page
after writing/unpinning it.  An actual failure is unlikely, unless the
system is tremendously short of buffers ... but a bug is a bug.
src/backend/commands/vacuum.c