postgresql/src/backend/utils/error
Tom Lane 08ede423d1 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 ...
2000-12-01 19:52:04 +00:00
..
assert.c Put external declarations into header files. 2000-11-21 21:16:06 +00:00
elog.c Make elog() switch to ErrorContext while invoking libpq output routines, 2000-12-01 19:52:04 +00:00
exc.c #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp 2000-10-28 23:53:01 +00:00
excabort.c Add: 2000-01-26 05:58:53 +00:00
excid.c Add: 2000-01-26 05:58:53 +00:00
format.c Add: 2000-01-26 05:58:53 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00