pgsql: Minor style improvements for tab-completion test. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Minor style improvements for tab-completion test.
Date
Msg-id E1io8sa-0001jO-0U@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Minor style improvements for tab-completion test.

Use qr// syntax for regex values.
Include the regex that failed to match in diagnostic reports.

Dagfinn Ilmari Mannsåker

Discussion: https://postgr.es/m/87k16610xk.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8c081a2f4e8eec11747e709c1ea4c3485ef129dd

Modified Files
--------------
src/bin/psql/t/010_tab_completion.pl | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: Docs: use more standard terminology "round-to-nearest-even" inst
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Add reusable routine for making arrays unique.