Make log_min_error_statement put LOG level at the same priority as
Tom Lane <tgl@sss.pgh.pa.us>
Make log_min_error_statement put LOG level at the same priority as log_min_messages does; and arrange to suppress the duplicative output that would otherwise result from log_statement and log_duration messages. Bruce Momjian and Tom Lane.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +3 −2 |
| doc/src/sgml/sources.sgml | modified | +9 −1 |
| src/backend/tcop/postgres.c | modified | +16 −6 |
| src/backend/utils/error/elog.c | modified | +33 −7 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +7 −4 |
| src/include/utils/elog.h | modified | +4 −1 |