Re: mod_auth_pgsql 2.0.1 don't close the backend connection - Mailing list pgsql-general

From Vivek Khera
Subject Re: mod_auth_pgsql 2.0.1 don't close the backend connection
Date
Msg-id x77k3p82kd.fsf@yertle.int.kciLink.com
Whole thread Raw
In response to Re: mod_auth_pgsql 2.0.1 don't close the backend connection  (Kris Jurka <books@ejurka.com>)
Responses Re: mod_auth_pgsql 2.0.1 don't close the backend connection  (Richard Huxton <dev@archonet.com>)
List pgsql-general
>>>>> "KJ" == Kris Jurka <books@ejurka.com> writes:

>> Is it a bug in the mod_auth_pgsql that don't close the connection or is
>> it a setup somewhere ?
>>

KJ> Yes, the mod_auth_pgsql series for Apache 2 is broken as you describe.  It
KJ> does not release the connection, but the change is intentional.  Looking
KJ> at the Changelog I see:

Is not that the whole point of a child exit handler in apache?  when
each child exits, it calls a handler in each module that registers one
so that it can do whatever cleanup it needs, such as closing the
database handle.  This facility was even available in apache 1.x.


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: numeric rounding
Next
From: "scott.marlowe"
Date:
Subject: Re: Current time inside Transactions