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-09-17 17:06:12
Message-ID: 20220917170612.wnyii63gblsgzane@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 16, 2022 at 02:10:30PM +0800, Julien Rouhaud wrote:
> Hi,
>
> 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

v10 attached to fix a few conflict with recent refactoring commits, no other
change.

Attachment Content-Type Size
v10-0001-Add-rule_number-mapping_number-to-the-pg_hba-pg_.patch text/plain 10.5 KB
v10-0002-Allow-file-inclusion-in-pg_hba-and-pg_ident-file.patch text/plain 92.9 KB
v10-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 Peter Geoghegan 2022-09-17 18:05:09 Re: Making C function declaration parameter names consistent with corresponding definition names
Previous Message Andres Freund 2022-09-17 16:58:49 Re: [RFC] building postgres with meson - v13