]> granicus.if.org Git - postgresql/commit
Fix oversight in async-commit patch: there were some places in heapam.c
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Aug 2007 17:35:18 +0000 (17:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Aug 2007 17:35:18 +0000 (17:35 +0000)
commit67f99d216a16991ade1fd8479cc01f7abb4c29ee
tree9fecbff38153bf12d363a7c69586dbbf6044cc19
parent6ccc262d6d9fb695d5e3330232cf30b7e37a5ead
Fix oversight in async-commit patch: there were some places in heapam.c
that still thought they could set HEAP_XMAX_COMMITTED immediately after
seeing the other transaction commit.  Make them use the same logic as
tqual.c does to determine if the hint bit can be set yet.
src/backend/access/heap/heapam.c
src/backend/utils/time/tqual.c
src/include/utils/tqual.h