Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)

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

Commit: fcb90fdc95c690a88727a79e9feb687fa6d6c3b9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-08-12T18:23:21Z
Releases: 7.4.1
Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)
for speed reasons.  (ereport falls out much more quickly when no output
is needed than elog does.)

Files