pg_hba.conf cache

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: pg_hba.conf cache
Date: 2001-07-23 00:55:44
Message-ID: 200107230055.f6N0tic01867@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom, just to summarize, the patch is basically a total rewrite of hba.c.
It keeps the same functionality and logic, but the way pg_hba.conf is
accessed is completely changed from file i/o to List traversal.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2001-07-23 13:28:11 Re: pg_hba.conf caching
Previous Message Bruce Momjian 2001-07-22 23:13:03 Re: pg_hba.conf caching