pgsql: Tighten some regexes with proper character escaping in pg_dump T

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tighten some regexes with proper character escaping in pg_dump T
Date: 2019-02-06 08:35:03
Message-ID: E1grIff-0001rD-Rx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-02-06 09:17:03 pgsql: Fix heap_getattr() handling of fast defaults.
Previous Message Andrew Dunstan 2019-02-06 00:36:07 pgsql: Fix included file path for modern perl