Align better test output regex with grammar in pg_dump TAP tests
authorMichael Paquier <michael@paquier.xyz>
Thu, 7 Feb 2019 01:04:55 +0000 (10:04 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 7 Feb 2019 01:04:55 +0000 (10:04 +0900)
commitf339a998ffe6fb8aa8c114a33316e97b56cb1513
tree15a45566e6e5a252afc36875d9e8fd559e570f3c
parent537898bd81bd8bd3650846e0abde4298ff1373da
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
src/bin/pg_dump/t/002_pg_dump.pl