Re: CI: Add task that runs pgindent - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CI: Add task that runs pgindent
Date
Msg-id 500982.1761062941@sss.pgh.pa.us
Whole thread Raw
In response to Re: CI: Add task that runs pgindent  (Jelte Fennema-Nio <me@jeltef.nl>)
List pgsql-hackers
Jelte Fennema-Nio <me@jeltef.nl> writes:
> On Tue, 21 Oct 2025 at 16:40, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> So I think there is plenty of room for workflows where the committer
>> is expected to reindent just before commit.

> Interesting, but yeah that makes sense.

Also, it's far from un-heard-of to actually make two separate
commits, so that the mechanical-reindenting step can be put
into .git-blame-ignore-revs.  I had a recent example at
80aa9848b/73873805f/db6461b1c.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Client-only Meson Build From Sources
Next
From: Alexander Borisov
Date:
Subject: Optimization of the is_normalized() function.