pgsql: Tighten some regexes with proper character escaping in pg_dumpT - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Tighten some regexes with proper character escaping in pg_dumpT
Date
Msg-id E1grIff-0001rD-Rx@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix included file path for modern perl
Next
From: Andres Freund
Date:
Subject: pgsql: Fix heap_getattr() handling of fast defaults.