Re: It's June 1; do you know where your release is? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: It's June 1; do you know where your release is?
Date
Msg-id 4A290D44.4090907@dunslane.net
Whole thread Raw
In response to Re: It's June 1; do you know where your release is?  (Dave Page <dpage@pgadmin.org>)
Responses Re: It's June 1; do you know where your release is?  (Dave Page <dpage@pgadmin.org>)
List pgsql-hackers

Dave Page wrote:
> On Thu, Jun 4, 2009 at 5:23 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
>
>   
>> Yeah. The patch below should be far more future-proof (and past-proof, for
>> that matter).
>>
>> Dave, any chance you can test it?
>>     
>
> Doesn't work here, presumably because there is a PerlEz.lib in the
> same directory as Perl510.lib, causing the glob to match more than 1
> file.
>
>   

OK. try with this please:
       my @perl_libs = grep { /perl\d+.lib$/ }           glob($solution->{options}->{perl} . '\lib\CORE\perl*.lib');

cheers

andrew


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Simple, safe hot backup and recovery
Next
From: "Dickson S. Guedes"
Date:
Subject: Re: Synchronous replication: status of standby side