Re: Allow continuations in "pg_hba.conf" files

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: David Zhang <david(dot)zhang(at)highgo(dot)ca>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Allow continuations in "pg_hba.conf" files
Date: 2020-09-04 14:05:02
Message-ID: alpine.DEB.2.22.394.2009041540150.1682094@pseudo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello Tom,

>> Accordingly, I borrowed some code from that thread and present
>> the attached revision. I also added some test coverage, since
>> that was lacking before, and wordsmithed docs and comments slightly.
>
> Hearing no comments, pushed that way.

Thanks for the fixes and improvements!

I notice that buf.data is not freed. I guess that the server memory
management will recover it.

--
Fabien.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2020-09-04 14:12:27 Re: Report error position in partition bound check
Previous Message Bruce Momjian 2020-09-04 14:01:23 Re: [PATCH] Redudant initilization