Tighten up a few overly lax regexes in pg_dump's tap tests - Mailing list pgsql-hackers

From David Rowley
Subject Tighten up a few overly lax regexes in pg_dump's tap tests
Date
Msg-id CAKJS1f9jD8aVo1BTH+Vgwd=f-ynbuRVrS90XbWMT6UigaOQJTA@mail.gmail.com
Whole thread Raw
Responses Re: Tighten up a few overly lax regexes in pg_dump's tap tests  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
There are a few regexes in pg_dump's tap tests that are neglecting to
escape the dot in "schema.table" type expressions. This could result
in the test passing when it shouldn't.  It seems worth putting that
right.

Patch attached.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Surafel Temesgen
Date:
Subject: Re: FETCH FIRST clause WITH TIES option
Next
From: Peter Eisentraut
Date:
Subject: Allow some recovery parameters to be changed with reload