forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc5b9097
committed
Remove incorrect function import from pgindent
Commit149ac7d which re-implemented pgindent in Perl explicitlyimported the devnull function from File::Spec, but the module doesnot export anything. In recent versions of Perl calling a missingimport function cause a warning, which combined with warnings beingfatal cause pgindent to error out.Backpatch to all supported versions.Author: Erik Wienhold <ewie@ewie.name>Reviewed-by: Andrew Dunstan <andrew@dunslane.net>Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Discusson:https://postgr.es/m/2372cd74-11b0-46f9-b28e-8f9627215d19@ewie.nameBackpatch-through: v121 parentc4b8a91 commitc5b9097
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments
Comments
(0)