Re: limiting connections per user/database

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: limiting connections per user/database
Дата
Msg-id 42BF95D5.1030408@samurai.com
обсуждение исходный текст
Ответ на Re: limiting connections per user/database  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: limiting connections per user/database  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> Right.  So do we care whether the collector has the right number?

Not at present; n_backends is not read/written by the stats collector
itself, it is just in the hash table for the convenience of backends who
read in the stats file.

> Or should we push the responsibility for tracking that count over
> to the collector (+1 for that personally)?

Makes sense to me -- I'll take a look at implementing this. For now I'll
just commit the bug fix.

-Neil

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: limiting connections per user/database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: limiting connections per user/database