Re: Why is infinite_recurse test suddenly failing? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Why is infinite_recurse test suddenly failing?
Date
Msg-id 20190512085723.GA2120@paquier.xyz
Whole thread Raw
In response to Re: Why is infinite_recurse test suddenly failing?  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Why is infinite_recurse test suddenly failing?  (Andrew Dunstan <andrew@dunslane.net>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Augment every test postgresql.conf
Next
From: Fabien COELHO
Date:
Subject: make libpq documentation navigable between functions