pgsql: Apply some fat commas to commands of TAP tests

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Apply some fat commas to commands of TAP tests
Date: 2025-08-21 05:18:54
Message-ID: E1uoxhO-000vIN-0e@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Apply some fat commas to commands of TAP tests

This is similar to 19c6e92b13b2, in order to keep the style used in the
scripts consistent for the option names and values used in commands.
The places updated in this commit have been added recently in
71ea0d679543.

These changes are cosmetic; there is no need for a backpatch.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e8eb98754b112cf00d328becbe33958229cb20bf

Modified Files
--------------
src/bin/pg_combinebackup/t/002_compare_backups.pl | 4 ++--
src/bin/pg_upgrade/t/002_pg_upgrade.pl | 6 +++---
src/test/recovery/t/027_stream_regress.pl | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-08-21 07:44:28 pgsql: PL/Python: Refactor for event trigger support
Previous Message Michael Paquier 2025-08-21 04:26:47 pgsql: doc: Improve description of wal_compression