Re: idle connection timeout ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: idle connection timeout ...
Дата
Msg-id 12035.1035577066@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: idle connection timeout ...  (Mike Mascari <mascarm@mascari.com>)
Ответы Re: idle connection timeout ...  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-hackers
Mike Mascari <mascarm@mascari.com> writes:
> [ extensive proposal for PROFILEs ]
> It seems like a nice project, particularly since it wouldn't 
> affect anyone that doesn't want to use it.

... except in the added overhead to do the resource accounting and check
to see if there is a restriction ...

> And whenever a new 
> resource limitation issue arrises, such as PL/SQL recursion 
> depth, a new attribute would be added to pg_profile to handle 
> the limitation...

I prefer GUC variables to table entries for setting stuff like recursion
limits; they're much lighter-weight to create and access, and you don't
need an initdb to add or remove a parameter.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: idle connection timeout ...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Time for RC1 soon?