Re: The pgperltidy diffs in HEAD
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: Andrew Dunstan <andrew@dunslane.net>, Álvaro Herrera <alvherre@kurilemu.de>, Tom Lane <tgl@sss.pgh.pa.us>, Pgsql Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-25T22:28:35Z
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
Attachments
- v2_perltidyversion.diff (application/octet-stream) patch v2
> On 25 Nov 2025, at 23:03, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> wrote: > Even simpler, and avoiding having to move the `set -e` after the check: > > PERLTIDY_VERSION=20230309 > if ! $PERLTIDY -v | grep -q $PERLTIDY_VERSION; then > echo "error: pgperltidy requires perltidy v$PERLTIDY_VERSION" > exit 1 > fi Ah, even better, thanks! -- Daniel Gustafsson