Re: The pgperltidy diffs in HEAD
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Álvaro Herrera <alvherre@kurilemu.de>, Pgsql Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-25T20:04:50Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Check for correct version of perltidy
- 1cdb84bb1bcd 19 (unreleased) landed
Daniel Gustafsson <daniel@yesql.se> writes: >> On 2025-Nov-25, Tom Lane wrote: >>> pgindent has long had a check that you're running the correct version >>> of bsdindent, but I just realized that pgperltidy makes no such check >>> for perltidy. Should we install one? > Agreed. Perhaps something like the attached would work? WFM. regards, tom lane