[COMMITTERS] pgsql: Fix more portability issues in new pgbench TAP tests. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix more portability issues in new pgbench TAP tests.
Date
Msg-id E1dqQyW-0003ER-B0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix more portability issues in new pgbench TAP tests.

Not completely sure, but I think bowerbird is spitting up on attempting
to include ">" in a temporary file name.  (Why in the world are we
writing this stuff into files at all?  A hash would be a better answer.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f25000c832f2e147986110116d4ba1a57b9d9256

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


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Allow a partitioned table to have a default partition.
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Allow a partitioned table to have a default partition.