pgsql: Apply some fat commas to commands of TAP tests - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Apply some fat commas to commands of TAP tests
Date
Msg-id E1uoxhO-000vIN-0e@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Improve description of wal_compression
Next
From: Peter Eisentraut
Date:
Subject: pgsql: PL/Python: Add event trigger support