diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-10-09 09:34:34 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-10-09 09:34:34 +0200 |
commit | c5b9097255ba70eed9ffe3d804453c80dc1a79f0 (patch) | |
tree | cc4a59adf7f734b4ff8efd8dc13d0e8ecdd2c989 /src/backend/executor/nodeSubplan.c | |
parent | c4b8a916f8a53379621825028532b038e004f891 (diff) |
Remove incorrect function import from pgindent
Commit 149ac7d4559 which re-implemented pgindent in Perl explicitly
imported the devnull function from File::Spec, but the module does
not export anything. In recent versions of Perl calling a missing
import function cause a warning, which combined with warnings being
fatal 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.name
Backpatch-through: v12
Diffstat (limited to 'src/backend/executor/nodeSubplan.c')
0 files changed, 0 insertions, 0 deletions