Re: pg_hba_lookup function to get all matching pg_hba.conf entries - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pg_hba_lookup function to get all matching pg_hba.conf entries
Date
Msg-id 20160321030023.GA351846@alvherre.pgsql
Whole thread Raw
In response to Re: pg_hba_lookup function to get all matching pg_hba.conf entries  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Responses Re: pg_hba_lookup function to get all matching pg_hba.conf entries
List pgsql-hackers
Haribabu Kommi wrote:

> > Check.
> >
> > +} lookup_hba_line_context;
> > ^^^^^ but why TAB here?
> 
> corrected. I am not sure why pg_indent is adding a tab here.

It's because lookup_hba_line_context is not listed in typedefs.list.
I suggest adding it and all other new typedefs you add, and rerunning
pgindent, as the lack of those may affect other places where those names
appear.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Parallel Aggregate
Next
From: Alvaro Herrera
Date:
Subject: Re: Parallel Aggregate