pgsql: initdb: Convert tests to use long options with fat comma style

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: initdb: Convert tests to use long options with fat comma style
Date: 2025-01-24 06:19:51
Message-ID: E1tbD2l-003Dgn-OV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

initdb: Convert tests to use long options with fat comma style

This is similar to ce1b0f9da03e, but this time this rule is applied to
some of the TAP tests of initdb.

Author: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/878qr146ra.fsf@wibble.ilmari.org

Branch
------
master

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

Modified Files
--------------
src/bin/initdb/t/001_initdb.pl | 117 ++++++++++++++++++++++++++++-------------
1 file changed, 80 insertions(+), 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-01-24 06:48:54 Re: pgsql: Allow NOT VALID foreign key constraints on partitioned tables
Previous Message Peter Eisentraut 2025-01-24 06:03:13 pgsql: Return yyparse() result not via global variable