Fix inconsistent quoting for some options in TAP tests
Michael Paquier <michael@paquier.xyz>
Fix inconsistent quoting for some options in TAP tests This commit addresses some inconsistencies with how the options of some routines from PostgreSQL/Test/ are written, mainly for init() and init_from_backup() in Cluster.pm. These are written as unquoted, except in the locations updated here. Changes extracted from a larger patch by the same author. Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Discussion: https://postgr.es/m/87jz8rzf3h.fsf@wibble.ilmari.org
Files
| Path | Change | +/− |
|---|---|---|
| contrib/auto_explain/t/001_auto_explain.pl | modified | +1 −1 |
| contrib/basebackup_to_shell/t/001_basic.pl | modified | +2 −2 |
| src/bin/pg_basebackup/t/010_pg_basebackup.pl | modified | +1 −1 |
| src/bin/pg_basebackup/t/011_in_place_tablespace.pl | modified | +1 −1 |
| src/bin/pg_combinebackup/t/008_promote.pl | modified | +1 −1 |
| src/test/modules/test_pg_dump/t/001_base.pl | modified | +1 −1 |
| src/test/perl/PostgreSQL/Test/Cluster.pm | modified | +1 −1 |
| src/test/postmaster/t/002_connection_limits.pl | modified | +1 −1 |
| src/test/ssl/t/002_scram.pl | modified | +2 −2 |
| src/test/ssl/t/003_sslinfo.pl | modified | +2 −3 |
Discussion
- More Perl cleanups 3 messages · 2025-03-14 → 2025-03-17