Re: Add "format" target to make and ninja to run pgindent and pgperltidy

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add "format" target to make and ninja to run pgindent and pgperltidy
Date: 2026-03-13 15:11:45
Message-ID: CAGECzQTsrBm1H5BqwvgeGYYMnYXT6Xnh3qGG3ggxA8_Xw=dHWw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 13 Mar 2026 at 11:03, Daniel Gustafsson <daniel(at)yesql(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Burd 2026-03-13 15:29:35 Re: Speed up COPY FROM text/CSV parsing using SIMD
Previous Message Antonin Houska 2026-03-13 15:01:40 Re: Buffer locking is special (hints, checksums, AIO writes)