Re: Fixup a few 2023 copyright years - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fixup a few 2023 copyright years
Date
Msg-id 1773354.1715783456@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fixup a few 2023 copyright years  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> On Wed, 15 May 2024 at 17:32, Michael Paquier <michael@paquier.xyz> wrote:
>> While running src/tools/copyright.pl, I have noticed that that a
>> newline was missing at the end of index_including.sql, as an effect of
>> the test added by you in a63224be49b8.  I've cleaned up that while on
>> it, as it was getting added automatically, and we tend to clean these
>> like in 3f1197191685 or more recently c2df2ed90a82.

> Thanks for fixing that.  I'm a little surprised that pgindent does not
> fix that sort of thing.

pgindent does not touch anything but .c and .h files.

I do recommend running "git diff --check" (with --staged if you
already git-added your changes) before you're ready to commit
something.  That does find generic whitespace issues, and I
believe it would've found this one.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: BitmapHeapScan streaming read user and prelim refactoring
Next
From: Jelte Fennema-Nio
Date:
Subject: Re: Postgres and --config-file option