Re: limiting connections per user/database - Mailing list pgsql-patches

From Tom Lane
Subject Re: limiting connections per user/database
Date
Msg-id 27592.1119848456@sss.pgh.pa.us
Whole thread Raw
In response to Re: limiting connections per user/database  (Neil Conway <neilc@samurai.com>)
Responses Re: limiting connections per user/database
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: COPY FROM performance improvements
Next
From: Neil Conway
Date:
Subject: Re: limiting connections per user/database