pgsql/src/backend/utils/error (elog.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/error (elog.c)
Date: 2000-12-01 19:52:04
Message-ID: 200012011952.eB1Jq4d29858@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, December 1, 2000 @ 14:52:04
Author: tgl

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

Modified Files:
elog.c

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

Make elog() switch to ErrorContext while invoking libpq output routines,
since those routines may do palloc's. We want to be fairly sure we can
send the error message to the client even under low-memory conditions.
That's what we stashed away 8K in ErrorContext for, after all ...

Browse pgsql-committers by date

  From Date Subject
Next Message Vince Vielhaber 2000-12-01 20:35:45 [WEBMASTER] 'www/html/docs devhistory.html'
Previous Message tgl 2000-12-01 18:14:29 pgsql/src/backend/utils/mmgr (aset.c)