Cleanup perl code from unused variables and routines
authorMichael Paquier
Tue, 2 Jul 2024 00:47:16 +0000 (09:47 +0900)
committerMichael Paquier
Tue, 2 Jul 2024 00:47:16 +0000 (09:47 +0900)
commit0c1aca461481216ff5a0e65538c4880bcf346433
tree0e15b5a00a6052ccd3cdd142f0369b4de442c7d0
parent978f38c771fb3a19fdd5cb73cb662441eb9e551c
Cleanup perl code from unused variables and routines

This commit removes unused variables and routines from some perl code
that have accumulated across the years.  This touches the following
areas:
- Wait event generation script.
- AdjustUpgrade.pm.
- TAP perl code

Author: Alexander Lakhin
Reviewed-by: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/70b340bc-244a-589d-ef8b-d8aebb707a84@gmail.com
contrib/amcheck/t/001_verify_heapam.pl
contrib/amcheck/t/002_cic.pl
src/backend/utils/activity/generate-wait_event_types.pl
src/bin/pg_dump/t/003_pg_dump_with_server.pl
src/bin/pg_dump/t/005_pg_dump_filterfile.pl
src/test/modules/ldap_password_func/t/001_mutated_bindpasswd.pl
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm
src/test/recovery/t/021_row_visibility.pl
src/test/recovery/t/032_relfilenode_reuse.pl
src/test/recovery/t/035_standby_logical_decoding.pl