pgsql: Fix more portability issues in new pgbench TAP tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix more portability issues in new pgbench TAP tests.
Date: 2017-09-08 21:38:08
Message-ID: E1dqQyW-0003ER-B0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-08 21:49:57 Re: pgsql: Allow a partitioned table to have a default partition.
Previous Message Robert Haas 2017-09-08 21:35:00 pgsql: Allow a partitioned table to have a default partition.