Thanks to visit codestin.com
Credit goes to postgrespro.com

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 [email protected]
Whole thread Raw
In response to Re: [PATCH] pgbench tap tests fail if the path contains a perl special character  (Tom Lane <[email protected]>)
Responses Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character
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?