Re: Small TAP improvements - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Small TAP improvements
Date
Msg-id 6cb54881-9a3b-d0df-880a-1cc61e507a9e@dunslane.net
Whole thread Raw
In response to Re: Small TAP improvements  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On 2022-11-09 We 05:35, Andrew Dunstan wrote:
> On 2022-11-06 Su 08:51, Álvaro Herrera wrote:
>> On 2022-Jun-14, Andrew Dunstan wrote:
>>
>>> OK, here's a more principled couple of patches. For config_data, if you
>>> give multiple options it gives you back the list of values. If you don't
>>> specify any, in scalar context it just gives you back all of pg_config's
>>> output, but in array context it gives you a map, so you should be able
>>> to say things like:
>>>
>>>     my %node_config = $node->config_data;
>> Hi, it looks to me like these were forgotten?
>>
> Yeah, will get to it this week.
>
>
> Thanks for the reminder.
>
>

Pushed now.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add sub-transaction overflow status in pg_stat_activity
Next
From: Tom Lane
Date:
Subject: Re: Add sub-transaction overflow status in pg_stat_activity