RE: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, Damien Clermonté <damien(dot)clermonte(at)free(dot)fr>, <pgsql-patches(at)postgresql(dot)org>
Subject: RE: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Date: 2001-07-09 01:32:18
Message-ID: ECEHIKNFIMMECLEBJFIGEEDGCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> > Maybe it should be cached in memory and only be re-read on request
> > (SIGHUP). Parsing that file every time is undoubtedly a large
> fraction of
> > the total connection startup time.
>
> Okay with me if someone wants to do it ... but that'd be a lot more work
> than just moving the documentation ...

Or cache the information and just do a file modification timestamp check on
each connection to see if it needs to be reread. (Best of both worlds??)

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-07-09 01:46:37 Re: Re: [GENERAL] Vacuum and Transactions
Previous Message Tom Lane 2001-07-09 01:31:04 Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword

Browse pgsql-patches by date

  From Date Subject
Next Message Justin Clift 2001-07-09 02:44:52 Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Previous Message Tom Lane 2001-07-09 01:31:04 Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword