pgsql/src/backend/utils/mmgr (aset.c)

Started by Tom Laneover 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Date: Tuesday, December 5, 2000 @ 18:40:36
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/mmgr
from hub.org:/home/projects/pgsql/tmp/cvs-serv4024

Modified Files:
aset.c

----------------------------- Log Message -----------------------------

I've just seen what happens when the MEMORY_CONTEXT_CHECKING code fires
an error at end of transaction ... and I did *not* like it. Reduce ERROR
to NOTICE so that this situation doesn't cause an infinite loop.