Re: best method of reloading pg_hba.conf - Mailing list pgsql-hackers

From Tom Lane
Subject Re: best method of reloading pg_hba.conf
Date
Msg-id 29101.1005350154@sss.pgh.pa.us
Whole thread Raw
In response to Re: best method of reloading pg_hba.conf  (Hannu Krosing <hannu@tm.ee>)
List pgsql-hackers
Hannu Krosing <hannu@tm.ee> writes:
> Bruce Momjian wrote:
>> In 7.2, yes, pg_ctl restart or SIGHUP.  On 7.1.X pg_hba.conf is reread
>> on every connection request.

> Why was it changed ?

To cut a few more percent off connection startup time.  (According to
Bruce's measurements, reading pg_hba.conf was a measurable fraction
of startup.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: best method of reloading pg_hba.conf
Next
From: Hannu Krosing
Date:
Subject: Re: best method of reloading pg_hba.conf