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-24 05:33:12
Message-ID: 20221024053312.b52456zhzupduouw@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 10, 2022 at 10:51:32AM +0800, Julien Rouhaud wrote:
> 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

v12 attached, fixing multiple conflicts with recent activity.

Attachment Content-Type Size
v12-0001-Add-rule_number-mapping_number-to-the-pg_hba-pg_.patch text/plain 10.5 KB
v12-0002-Allow-file-inclusion-in-pg_hba-and-pg_ident-file.patch text/plain 93.2 KB
v12-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 Masahiko Sawada 2022-10-24 05:53:36 Re: [PoC] Improve dead tuple storage for lazy vacuum
Previous Message Michael Paquier 2022-10-24 05:19:08 Re: Crash after a call to pg_backup_start()