Avoid useless loop overhead in AtEOXact routines when the backend is

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 15269b59552bca7f91c93367a0177d1c47a48762
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-08T19:44:22Z
Releases: 8.1.0
Avoid useless loop overhead in AtEOXact routines when the backend is
compiled with USE_ASSERT_CHECKING but is running with assert_enabled false.

Files