Re: Providing catalog view to pg_hba.conf file - Patch submission - Mailing list pgsql-hackers

From Haribabu Kommi
Subject Re: Providing catalog view to pg_hba.conf file - Patch submission
Date
Msg-id CAJrrPGfin+RCa_CT_pBMa4u31Aa7kcUOggQ4F1sMX3m5EUV-tA@mail.gmail.com
Whole thread Raw
In response to Re: Providing catalog view to pg_hba.conf file - Patch submission  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Responses Re: Providing catalog view to pg_hba.conf file - Patch submission  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Wed, Mar 4, 2015 at 12:35 PM, Haribabu Kommi
<kommi.haribabu@gmail.com> wrote:
> + foreach(line, parsed_hba_lines)
>
> In the above for loop it is better to add "check_for_interrupts" to
> avoid it looping
> if the parsed_hba_lines are more.

Updated patch is attached with the addition of check_for_interrupts in
the for loop.

Regards,
Hari Babu
Fujitsu Australia

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [REVIEW] Re: Compression of full-page-writes
Next
From: Jim Nasby
Date:
Subject: Re: How about to have relnamespace and relrole?