- Notifications
You must be signed in to change notification settings - Fork5.3k
Commit1cdb84b
committed
Check for correct version of perltidy
pgperltidy requires a particular version of perltidy, but the versionwasn't checked like how pgindent checks the underlying indent binary.Fix by checking the version of perltidy and error out if an incorrectversion 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.us1 parent8d29905 commit1cdb84b
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
0 commit comments
Comments
(0)