Re: [PATCH] pgbench tap tests fail if the path contains a perl special character - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] pgbench tap tests fail if the path contains a perl special character
Date
Msg-id 32650.1547843169@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] pgbench tap tests fail if the path contains a perl special character  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character  (Raúl Marín Rodríguez <rmrodriguez@carto.com>)
List 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


pgsql-hackers by date:

Previous
From: James Coleman
Date:
Subject: Re: Using Btree to Provide Sorting on Suffix Keys with LIMIT
Next
From: Robert Haas
Date:
Subject: Re: Shouldn't current_schema() be at least PARALLEL RESTRICTED?