Re: The pgperltidy diffs in HEAD - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: The pgperltidy diffs in HEAD
Date
Msg-id 8F88EE34-06CE-4751-BA78-3E9444B07B50@yesql.se
Whole thread Raw
In response to Re: The pgperltidy diffs in HEAD  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
List pgsql-hackers
> 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


Attachment

pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: The pgperltidy diffs in HEAD
Next
From: Peter Smith
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart