Re: lock_timeout GUC patch

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: lock_timeout GUC patch
Дата
Msg-id 603c8f071001210707v4e345ab2o917ed22f1c9fd029@mail.gmail.com
обсуждение исходный текст
Ответ на Re: lock_timeout GUC patch  (Boszormenyi Zoltan <zb@cybertec.at>)
Ответы Re: lock_timeout GUC patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, Jan 21, 2010 at 9:41 AM, Boszormenyi Zoltan <zb@cybertec.at> wrote:
> Thanks. So it means that this patch will considered for 9.1.

Yeah, I think that's best.

> I would like a mini-review on the change I made in the latest
> patch by introducing the validator function. Is it enough
> to check for
>    (source == PGC_S_DEFAULT || source == PGC_S_SESSION)
> to ensure only interactive sessions can get lock timeouts?
> This way autovacuum, replication and any other internal
> processes get proper behaviour, i.e. the setting from
> postgresql.conf is ignored and locks don't timeout for them.
> Which other PGC_S_* settings can or must be enabled?

I'm not sure that I know how this should work, but that approach seems
a little strange to me.  Why would we not allow PGC_S_USER, for
example?  Also, does this mean that if the setting is present in
postgresql.conf, autovacuum will fail to start?  It seems to me that
rather than trying to restrict the PGC_S_* types for which this can be
set, we should be trying to make the "internal processes" ignore the
GUC altogether.  I'm not sure if there's a clean way to do that,
though.

...Robert


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: quoting psql varible as identifier
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: 8.5 vs. 9.0