Tighten some regexes with proper character escaping in pg_dump TAP tests

Michael Paquier <michael@paquier.xyz>

Commit: d07fb6810e51a676c4c631f673b8da09f63205b3
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-02-06T08:33:55Z
Releases: 12.0
Tighten some regexes with proper character escaping in pg_dump TAP tests

Some tests have been using regular expressions which have been lax in
escaping dots, which may cause tests to pass when they should not.  This
make the whole set of tests more robust where needed.

Author: David Rowley
Reviewed-by: Daniel Gustafsson, Michael Paquier
Discussion: https://postgr.es/m/CAKJS1f9jD8aVo1BTH+Vgwd=f-ynbuRVrS90XbWMT6UigaOQJTA@mail.gmail.com

Files

PathChange+/−
src/bin/pg_dump/t/002_pg_dump.pl modified +29 −29

Discussion