Re: It's June 1; do you know where your release is?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: It's June 1; do you know where your release is?
Дата
Msg-id 4A290D44.4090907@dunslane.net
обсуждение исходный текст
Ответ на Re: It's June 1; do you know where your release is?  (Dave Page <dpage@pgadmin.org>)
Ответы Re: It's June 1; do you know where your release is?  (Dave Page <dpage@pgadmin.org>)
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Simple, safe hot backup and recovery
Следующее
От: "Dickson S. Guedes"
Дата:
Сообщение: Re: Synchronous replication: status of standby side