Re: exclude tmp_check and tmp_install from pgindent

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: exclude tmp_check and tmp_install from pgindent
Дата
Msg-id ae5aa8b0-1d97-94a8-08dc-d8cf8a7875cf@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: exclude tmp_check and tmp_install from pgindent  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: exclude tmp_check and tmp_install from pgindent
Re: exclude tmp_check and tmp_install from pgindent
Список pgsql-hackers

On 10/08/2018 09:13 AM, Michael Paquier wrote:
> On Mon, Oct 08, 2018 at 08:33:38AM -0400, Andrew Dunstan wrote:
>> Seems reasonable - I tend to do vpath builds so this hasn't been a problem
>> for me ;-)
> +1.
>
>> I wonder if a more general solution might be a good idea. Say like ignoring
>> everything pointed to by
>>
>>      git status --porcelain --ignored
>>
>> with a status of '??' (untracked) or '!!' (ignored).
> I had exactly the same thought, but with "git ls-files".  There are
> still some files which should not be indented, like ppport.h which is
> generated automatically still part of the tree.


That's already explicitly excluded.

cheers

andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Fix event triggers for partitioned tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: transction_timestamp() inside of procedures