]> granicus.if.org Git - postgresql/commit
Clean up some perlcritic warnings
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 7 May 2018 19:21:00 +0000 (15:21 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 7 May 2018 19:35:32 +0000 (15:35 -0400)
commitd2c1512ac48c1c25dfec07d341e9b74e57f6fbc4
tree934533e73b01864633fcfa2e4c0eb80bce63026e
parent17551f1a21fa8e70aa0bca1153de03460742565c
Clean up some perlcritic warnings

In Catalog.pm, mark eval of a string instead of a block as allowed.
Disallow perlcritic completely in Gen_dummy_probes.pl, as it's
generated code.
Protect a couple of lines in plperl code from  perltidy, so that the
annotation for perlcritic stays on the same line as the construct it
would otherwise object to.
src/backend/catalog/Catalog.pm
src/backend/utils/Gen_dummy_probes.pl
src/pl/plperl/plc_perlboot.pl
src/pl/plperl/plc_trusted.pl