Re: [HACKERS] Deadlock with pg_dump?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Deadlock with pg_dump?
Дата
Msg-id 12779.1172776640@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Deadlock with pg_dump?  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [HACKERS] Deadlock with pg_dump?  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:
> What are *you* thinking?  Yes, that patch has that line, but
> log_statement and log_min_duration_statement is going to trigger
> log_min_error_statement so you are going to get the statement printed
> twice.

What's wrong with that?  If a statement triggers two different log
entries, and both are subject to being annotated with the statement text
according to log_min_error_statement, I would expect them both to be
annotated.  Doing otherwise will probably break automated log analysis
tools.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: A little COPY speedup
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: A little COPY speedup