Re: Small TAP improvements

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Small TAP improvements
Date: 2022-11-06 13:51:52
Message-ID: 20221106135152.gm6m4kvtkkx2vruh@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-11-06 14:52:14 Re: bug: pg_dump use strange tag for trigger
Previous Message Justin Pryzby 2022-11-06 13:04:26 Re: Improve logging when using Huge Pages