Re: reporting reason for certain locks

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: reporting reason for certain locks
Дата
Msg-id 1290702835-sup-6704@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: reporting reason for certain locks  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Excerpts from Tom Lane's message of jue nov 25 13:23:42 -0300 2010:
> Robert Haas <robertmhaas@gmail.com> writes:
> > No, what I was suggesting was taking the existing function:
> > extern void pgstat_report_waiting(bool waiting);
> > ...and instead doing something like this:
> > extern void pgstat_report_waiting(char *reason);
> > ...and then arrange to pass the reason via the eponymous argument.
> 
> The question is how many cycles are we willing to expend on preparing a
> reason string that (in approximately 99.9% of the calls) will not be
> of any use.  It would be much better to avoid doing this and instead
> expend the extra work on the inspection side.

I'm all for making this cheap -- and your proposal works for tuple
locks (ugly however it may be).  But it doesn't work for "snapshot"
locks such as the ones CREATE INDEX CONCURRENTLY takes.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL/MED - core functionality
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: SQL/MED - core functionality