Fix inconsistent quoting for some options in TAP tests

Michael Paquier <michael@paquier.xyz>

Commit: 3943f5cff6a66639d295a6f1922e54b79d2ab16f
Author: Michael Paquier <michael@paquier.xyz>
Date: 2025-03-17T05:07:12Z
Releases: 18.0
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

Discussion