Re: [DOCS] statement_timeout logging

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [DOCS] statement_timeout logging
Дата
Msg-id KGEFLMPJFBNNLNOOOPLGKEFICJAA.simon@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: statement_timeout logging  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: [DOCS] statement_timeout logging
Список pgsql-hackers
>Alvaro Herrera
> On Fri, Sep 16, 2005 at 03:41:11PM -0400, Bruce Momjian wrote:
> > > I have updated the message to:
> > >
> > >      errmsg("canceling query due to user request or
> statement timeout")));
> >
> > Oops.  Did we freeze the message strings already for this release?
>
> Not yet.
>
> I'm not sure I agree with the wording though -- is there no
> way to tell
> the difference?

Yes, my patch. :-)

The message is generated following receipt of a SIGINT which is sent by
kill() after the statement_timeout.

My patch was able to generate a different message by logging just before
the kill() is called. (Obviously, there isn't much "after" in this
circumstance).

Best Regards, Simon Riggs


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

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: statement_timeout logging
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: statement_timeout logging