Avoid useless loop overhead in AtEOXact routines when the backend is
Tom Lane <tgl@sss.pgh.pa.us>
Avoid useless loop overhead in AtEOXact routines when the backend is compiled with USE_ASSERT_CHECKING but is running with assert_enabled false.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/buffer/bufmgr.c | modified | +9 −6 |
| src/backend/storage/buffer/localbuf.c | modified | +8 −5 |