mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
elog() emulation code always calls errstart with ERROR error level. This means that a recursive error call triggered by elog would do MemoryContextReset(ErrorContext), whether or not this was actually appropriate. I'm surprised we haven't seen this in the field...