Re: pg_hba_lookup function to get all matching pg_hba.conf entries

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg_hba_lookup function to get all matching pg_hba.conf entries
Дата
Msg-id 20160321030023.GA351846@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: pg_hba_lookup function to get all matching pg_hba.conf entries  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Ответы Re: pg_hba_lookup function to get all matching pg_hba.conf entries  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Parallel Aggregate
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Parallel Aggregate