Re: Lock Modes (Documentation)

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Lock Modes (Documentation)
Дата
Msg-id 20051103201310.GZ55520@pervasive.com
обсуждение исходный текст
Ответ на Re: Lock Modes (Documentation)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Wed, Nov 02, 2005 at 07:12:36PM -0500, Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Jim C. Nasby wrote:
> >> Would it be feasable to have the lock manager spew out info about lock
> >> aquisition and release? Not only would it make getting this information
> >> easy, but I suspect it could be a useful debugging tool.
>
> > Something like log_locks?  That would be valuable.
>
> A moment's thought would suggest that the output would be too voluminous
> to be of any use whatever to ordinary users.  The capability already
> exists at the developer level (see LOCK_DEBUG).

Ok, so I guess what we really need is just a docs TODO that mentions
LOCK_DEBUG.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Lock Modes (Documentation)
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: how to emit line number in a function?