Skip to content
Snippets Groups Projects
Commit 08ede423 authored by Tom Lane's avatar Tom Lane
Browse files

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 ...
parent a49436d7
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment