Thread: pgsql: Tighten some regexes with proper character escaping in pg_dumpT

pgsql: Tighten some regexes with proper character escaping in pg_dumpT

From
Michael Paquier
Date:
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

Branch
------
master

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

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