Re: exclude tmp_check and tmp_install from pgindent

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: exclude tmp_check and tmp_install from pgindent
Date: 2018-10-08 13:55:51
Message-ID: ae5aa8b0-1d97-94a8-08dc-d8cf8a7875cf@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2018-10-08 14:26:37 merge semi join cost calculation error
Previous Message Alvaro Herrera 2018-10-08 13:39:23 Re: pgsql: Fix event triggers for partitioned tables