Re: Why is infinite_recurse test suddenly failing?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Why is infinite_recurse test suddenly failing?
Дата
Msg-id 20190512085723.GA2120@paquier.xyz
обсуждение исходный текст
Ответ на Re: Why is infinite_recurse test suddenly failing?  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Why is infinite_recurse test suddenly failing?  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Fri, May 10, 2019 at 05:26:43PM -0400, Andrew Dunstan wrote:
> I think we'll need to write that as:
>
>     print $handle 'p $_siginfo',"\n";
>
> As you have it written perl will try to interpolate a variable called
> $_siginfo.

Anything in double quotes with a dollar sign would be interpreted as a
variable, and single quotes make that safe.
--
Michael

Вложения

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Augment every test postgresql.conf
Следующее
От: Fabien COELHO
Дата:
Сообщение: make libpq documentation navigable between functions