Re: Race condition in recovery?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Race condition in recovery?
Дата
Msg-id ca284859-8d90-1192-65b0-319843cd6711@dunslane.net
обсуждение исходный текст
Ответ на Re: Race condition in recovery?  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Race condition in recovery?  (Robert Haas <robertmhaas@gmail.com>)
Re: Race condition in recovery?  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 6/14/21 1:11 PM, Robert Haas wrote:
> On Mon, Jun 14, 2021 at 12:56 PM Andrew Dunstan <andrew@dunslane.net> wrote:
>> $^X is not at all broken.
>>
>> The explanation here is pretty simple - the argument to perl2host is
>> meant to be a directory. If we're going to accomodate plain files then
>> we have some more work to do in TestLib.
> This explanation seems to contradict the documentation in TestLib.pm,
> which makes no mention of any such restriction.


Heres a snippet:


    sub perl2host
    {
        my ($subject) = @_;
        ...
        if (chdir $subject)
     

Last time I looked you can't chdir to anything except a directory.


>
>>> +local $ENV{PERL_BADLANG}=0;
>>>
>>> Similarly here. There's not a single other reference to PERL_BADLANG
>>> in the repository, so if we need this one here, there should be a
>>> comment explaining why this is different from all the places where we
>>> don't need it.
>> Here's why this is different: this is the only place that we invoke the
>> msys perl in this way (i.e. from a non-msys aware environment - the
>> binaries we build are not msys-aware). We need to do that if for no
>> other reason than that it might well be the only perl available. Doing
>> so makes it complain loudly about missing locale info. Setting this
>> variable makes it shut up. I can add a comment on that if you like.
> Yes, please, but perhaps you'd like to post patches for discussion
> first instead of committing directly.


I was trying to get the buildfarm green again. There have been plenty of
times when small patches directly for such fixes have been committed
directly. And that's the only circumstance when I do.



cheers


andrew




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Васильев Дмитрий
Дата:
Сообщение: Re: MultiXact\SLRU buffers configuration
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [Proposal] Add accumulated statistics for wait event