Re: Add "format" target to make and ninja to run pgindent and pgperltidy - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Re: Add "format" target to make and ninja to run pgindent and pgperltidy
Date
Msg-id CAGECzQTsrBm1H5BqwvgeGYYMnYXT6Xnh3qGG3ggxA8_Xw=dHWw@mail.gmail.com
Whole thread
In response to Re: Add "format" target to make and ninja to run pgindent and pgperltidy  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Add "format" target to make and ninja to run pgindent and pgperltidy
List pgsql-hackers
On Fri, 13 Mar 2026 at 11:03, Daniel Gustafsson <daniel@yesql.se> wrote:
> The primary reason thus far has been that pgperltidy requires a specific
> version of perltidy, no other version is accepted.  Imposing the burden of
> installing that on a greater subset of people than a subset of committers
> didn't seem palatable.

I think that makes sense if the burden is big, but with patch 0008 it
becomes as simple as running a single command:
src/tools/pgindent/get_perltidy



pgsql-hackers by date:

Previous
From: Antonin Houska
Date:
Subject: Re: Buffer locking is special (hints, checksums, AIO writes)
Next
From: "Greg Burd"
Date:
Subject: Re: Speed up COPY FROM text/CSV parsing using SIMD