diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-07-21 22:12:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-07-21 22:12:24 +0000 |
commit | 680a261529694e87ec30c788d3a057f67ff20286 (patch) | |
tree | b507d1d441e44206cba57e60274d0258da3c4e7c /src/tutorial/complex.source | |
parent | c216584b09a921001f2908efbbb991d9dee6307a (diff) |
Fix elog.c to avoid infinite recursion (leading to backend crash) when
log_min_error_statement is active and there is some problem in logging the
current query string; for example, that it's too long to include in the log
message without running out of memory. This problem has existed since the
log_min_error_statement feature was introduced. No doubt the reason it
wasn't detected long ago is that 8.2 is the first release that defaults
log_min_error_statement to less than PANIC level.
Per report from Bill Moran.
Diffstat (limited to 'src/tutorial/complex.source')
0 files changed, 0 insertions, 0 deletions