pgsql: Align better test output regex with grammar in pg_dump TAP tests

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Align better test output regex with grammar in pg_dump TAP tests
Date: 2019-02-07 01:10:22
Message-ID: E1grYCs-0004vx-6B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Align better test output regex with grammar in pg_dump TAP tests

This enforces one-or-more character matches in the regular expressions
for pg_dump testing on SQL syntax output where zero-or-more matches
implies a syntax error.

Author: Daniel Gustafsson
Reviewed-by: David G. Johnston, Michael Paquier
Discussion: https://postgr.es/m/B313C32C-0E24-4AFB-95FF-6DA0C4E18A89@yesql.se

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 46 ++++++++++++++++++++--------------------
1 file changed, 23 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2019-02-07 03:44:14 pgsql: Doc: Update the documentation for row movement behavior across p
Previous Message Michael Paquier 2019-02-07 00:23:06 pgsql: Add more tests for CREATE TABLE AS with WITH NO DATA