pgsql: (Blindly) tweak new test regex

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: (Blindly) tweak new test regex
Date: 2019-12-12 16:45:51
Message-ID: E1ifRb5-0006n9-W3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

(Blindly) tweak new test regex

gcc-based Windows buildfarm animals are not happy about a multiline
regular expression I added recently. Try to accomodate; existing
pg_basebackup tests suggest that \n should work instead of a bare
newline, but throw in \r also. This being perl, TIMTOWTDI.
Also remove the pointless $ at the end of the pattern, for extra luck.

(If this doesn't work, I'll probably just split the regex in two.)

Per buildfarm members jacana and fairywren.

Discussion: https://postgr.es/m/3562.1576161217@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ed428dc977f6d3e454892ddca089f17e150384f

Modified Files
--------------
src/bin/pgbench/t/001_pgbench_with_server.pl | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-12-12 16:47:20 Re: pgsql: Emit parameter values during query bind/execute errors
Previous Message Tom Lane 2019-12-12 14:33:37 Re: pgsql: Emit parameter values during query bind/execute errors