1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00
Files
postgres/src/backend
Tom Lane 1a86e6eabf On further consideration, there's another problem here: the existing
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...
2004-09-05 03:42:13 +00:00
..
2004-09-02 00:22:16 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00
2004-09-01 18:04:32 +00:00
2004-08-29 05:07:03 +00:00
2004-08-24 21:45:40 +00:00
2004-08-29 05:07:03 +00:00
2004-08-29 05:07:03 +00:00