Avoid useless loop overhead in AtEOXact routines when the backend is
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Aug 2005 19:44:22 +0000 (19:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Aug 2005 19:44:22 +0000 (19:44 +0000)
commit15269b59552bca7f91c93367a0177d1c47a48762
treef382419c322dd95404d866a75329f52090247123
parent4568e0f791f7e838409e1ef93d3513a6314b835e
Avoid useless loop overhead in AtEOXact routines when the backend is
compiled with USE_ASSERT_CHECKING but is running with assert_enabled false.
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/localbuf.c