diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-12-12 13:45:15 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-12-12 13:45:15 -0300 |
commit | 8ed428dc977f6d3e454892ddca089f17e150384f (patch) | |
tree | 96dd786bd4b0ef4a95130f5c78219e85be681fc7 /src/backend/access/gist/gist.c | |
parent | a41a1456c4a1040974939db23a81101a2f6ade6f (diff) | |
download | postgresql-8ed428dc977f6d3e454892ddca089f17e150384f.tar.gz postgresql-8ed428dc977f6d3e454892ddca089f17e150384f.zip |
(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
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions