Re: limiting connections per user/database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: limiting connections per user/database
Дата
Msg-id 27592.1119848456@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: limiting connections per user/database  (Neil Conway <neilc@samurai.com>)
Ответы Re: limiting connections per user/database  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> Yeah, this is a bug. Attached is a fix. I'll apply this to HEAD later
> today barring any objections.

I looked at this but did not actually see the code path that requires
forcing creation of the per-DB entry right at this spot.  The HASH_FIND
calls for this hashtable seem to all happen on the backend side not the
collector side.  Can you explain why we need this?

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: COPY FROM performance improvements
Следующее
От: Neil Conway
Дата:
Сообщение: Re: limiting connections per user/database