Re: [WIP] Patch : Change pg_ident.conf parsing to be the same as pg_hba.conf

Amit Kapila <amit.kapila@huawei.com>

From: Amit kapila <amit.kapila@huawei.com>
To: Heikki Linnakangas <hlinnakangas@vmware.com>
Cc: "'Pg Hackers'" <pgsql-hackers@postgresql.org>
Date: 2012-09-22T03:57:08Z
Lists: pgsql-hackers
On Friday, September 21, 2012 8:28 PM Heikki Linnakangas wrote:
On 02.07.2012 15:08, Amit Kapila wrote:
>> Attached is a Patch to change the parsing of pg_ident.conf to make it
>> similar to pg_hba.conf.
>> This is based on Todo Item:
>> http://archives.postgresql.org/pgsql-hackers/2011-06/msg02204.php
>
>> Purpose - This will allow to catch syntax errors in pg_ident at the startup
>> or reload time.
>

> Looks good to me, committed with some small cleanup.

Thank you.

With Regards,
Amit Kapila.