pgsql: Check for correct version of perltidy - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Check for correct version of perltidy
Date
Msg-id E1vOMFC-001Y7B-0o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Check for correct version of perltidy

pgperltidy requires a particular version of perltidy, but the version
wasn't checked like how pgindent checks the underlying indent binary.
Fix by checking the version of perltidy and error out if an incorrect
version is used.

Author: Daniel Gustafsson <daniel@yesql.se>
Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://postgr.es/m/1209850.1764092152@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1cdb84bb1bcd6de4abcb5b2137f57c6c7463f4ab

Modified Files
--------------
src/tools/pgindent/pgperltidy | 6 ++++++
1 file changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Inline pg_ascii_tolower() and pg_ascii_toupper().
Next
From: Jeff Davis
Date:
Subject: pgsql: Allow pg_locale_t APIs to work when ctype_is_c.