Re: [PATCH] pgbench tap tests fail if the path contains a perl special character

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Raúl Marín Rodríguez <rmrodriguez(at)carto(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] pgbench tap tests fail if the path contains a perl special character
Date: 2019-01-18 20:26:09
Message-ID: 32650.1547843169@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> So the patch as given should work.

... well, modulo the use of "@foo" where you should've used "$foo".
I don't know enough Perl to understand why that seemed to work, but
I do know it's not the right thing here.

Pushed with that correction.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2019-01-18 20:30:16 Re: Shouldn't current_schema() be at least PARALLEL RESTRICTED?
Previous Message James Coleman 2019-01-18 20:15:23 Re: Using Btree to Provide Sorting on Suffix Keys with LIMIT