Re: [HACKERS] 'Waiting on lock'

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] 'Waiting on lock'
Дата
Msg-id 17883.1182293839@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] 'Waiting on lock'  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-patches
Stephen Frost <sfrost@snowman.net> writes:
> I havn't had a chance to look over the commit yet, sorry, but it sounds
> like it's only logging to the log file?  Was hoping to get a NOTICE back
> out to the user for at least the 'still waiting on lock x' log, after
> the deadlock detection.

It's elog(LOG), which you can get on the client if you want.  The chance
of making it NOTICE is epsilon...

            regards, tom lane

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: [HACKERS] 'Waiting on lock'
Следующее
От: "Henry B. Hotz"
Дата:
Сообщение: Re: Preliminary GSSAPI Patches