Re: Allow file inclusion in pg_hba and pg_ident files

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Nathan Bossart <nathandbossart(at)gmail(dot)com>
Subject: Re: Allow file inclusion in pg_hba and pg_ident files
Date: 2022-10-10 02:51:32
Message-ID: 20221010025132.mmfytfs52l6rvggw@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Sun, Sep 18, 2022 at 01:06:12AM +0800, Julien Rouhaud wrote:
> On Tue, Aug 16, 2022 at 02:10:30PM +0800, Julien Rouhaud wrote:
> >
> > On Sat, Jul 30, 2022 at 04:09:36PM +0800, Julien Rouhaud wrote:
> >
> > >
> > > - 0001: the rule_number / mapping_number addition in the views in a separate
> > > commit
> > > - 0002: the main file inclusion patch. Only a few minor bugfix since
> > > previous version discovered thanks to the tests (a bit more about it after),
> > > and documentation tweaks based on previous discussions
> > > - 0003: the pg_hba_matches() POC, no changes

v11 attached, fixing a shadowed variable warning.

Attachment Content-Type Size
v11-0001-Add-rule_number-mapping_number-to-the-pg_hba-pg_.patch text/plain 10.5 KB
v11-0002-Allow-file-inclusion-in-pg_hba-and-pg_ident-file.patch text/plain 92.9 KB
v11-0003-POC-Add-a-pg_hba_matches-function.patch text/plain 6.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-10-10 03:23:55 Remove an unnecessary LSN calculation while validating WAL page header
Previous Message Peter Smith 2022-10-10 02:38:26 Re: Support logical replication of DDLs