From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix inconsistent quoting for some options in TAP tests |
Date: | 2025-03-17 05:08:06 |
Message-ID: | E1tu2hq-002sXx-0x@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(at)ilmari(dot)org>
Discussion: https://postgr.es/m/87jz8rzf3h.fsf@wibble.ilmari.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/3943f5cff6a66639d295a6f1922e54b79d2ab16f
Modified Files
--------------
contrib/auto_explain/t/001_auto_explain.pl | 2 +-
contrib/basebackup_to_shell/t/001_basic.pl | 4 ++--
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 2 +-
src/bin/pg_basebackup/t/011_in_place_tablespace.pl | 2 +-
src/bin/pg_combinebackup/t/008_promote.pl | 2 +-
src/test/modules/test_pg_dump/t/001_base.pl | 2 +-
src/test/perl/PostgreSQL/Test/Cluster.pm | 2 +-
src/test/postmaster/t/002_connection_limits.pl | 2 +-
src/test/ssl/t/002_scram.pl | 4 ++--
src/test/ssl/t/003_sslinfo.pl | 5 ++---
10 files changed, 13 insertions(+), 14 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2025-03-17 16:05:22 | Re: pgsql: Avoid invalidating all RelationSyncCache entries on publication |
Previous Message | Michael Paquier | 2025-03-17 03:43:34 | pgsql: Apply more consistent style for command options in TAP tests |