Re: Why is infinite_recurse test suddenly failing?

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)lists(dot)postgresql(dot)org, mark(at)2ndQuadrant(dot)com
Subject: Re: Why is infinite_recurse test suddenly failing?
Date: 2019-05-12 08:57:23
Message-ID: 20190512085723.GA2120@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2019-05-12 09:02:16 make libpq documentation navigable between functions
Previous Message Noah Misch 2019-05-12 08:13:47 Re: Augment every test postgresql.conf