Re: Add editorconfig support for Postgres spec files - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Re: Add editorconfig support for Postgres spec files
Date
Msg-id CAGECzQRS1H4q_v0_od9wuxxnUHJWMW07Ei8_fjE8yjw9yiV2EA@mail.gmail.com
Whole thread
In response to Re: Add editorconfig support for Postgres spec files  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On Fri, 17 Apr 2026 at 10:18, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> Yeah, it would be nice to standardize on something...

Agreed.

Whatever that standardized indenting style then is, it should then be
encoded in .gitattributes. Our editorconfig file is generated based on
that using src/tools/generate_editorconfig.py.

I think in any case that script should be update to add some "DO NOT
MODIFY MANUALLY! GENERATED USING src/tools/generate_editorconfig.py "
header to the resulting editorconfig file. Because I agree that's not
clear at the moment.



pgsql-hackers by date:

Previous
From: SATYANARAYANA NARLAPURAM
Date:
Subject: [BUG]: WHERE CURRENT OF cursor fail on tables that have virtual generated columns
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY