Having pg_shadow cache use pg_hba.conf cache code - Mailing list pgsql-hackers

From Bruce Momjian
Subject Having pg_shadow cache use pg_hba.conf cache code
Date
Msg-id 200203222334.g2MNYxF23960@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
I want to change the code that maintains the pg_shadow password cache
into the format used by pg_hba.conf so they can all use the same code. 
This will allow me to cleanly use the pg_shadow code for pg_group cache
too because the pg_shadow cache has binary searching for lookups.  I
will merge the binary search stuff into the new code.  New format would
be:
"user"    "password" "valid until"

Objections?

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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SET NULL / SET NOT NULL
Next
From: Neil Conway
Date:
Subject: Re: notification: pg_notify ?