Re: multi-install PostgresNode

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, Michael Paquier <michael(at)paquier(dot)xyz>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: multi-install PostgresNode
Date: 2021-01-11 14:34:32
Message-ID: c2113633-94be-fda7-1001-6692464d0736@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-12-20 18:09, Andrew Dunstan wrote:
> On 12/19/20 11:19 AM, Andrew Dunstan wrote:
>> This turns out to be remarkably short, with the use of a little eval magic.
>>
>> Give the attached, this test program works just fine:
>>
>> #!/bin/perl
>> use PostgresNodePath;
>> $ENV{PG_REGRESS} =
>> '/home/andrew/pgl/vpath.12/src/test/regress/pg_regress';
>> my $node = get_new_node('/home/andrew/pgl/inst.12.5711','blurfl');
>> print $node->info;
>> print $node->connstr(),"\n";
>> $node->init();
>
>
> This time with a typo removed.

What is proposed the destination of this file? Is it meant to be part
of a patch? Is it meant to be installed? Is it meant for the buildfarm
code?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2021-01-11 14:50:54 Re: popcount
Previous Message Hubert Zhang 2021-01-11 14:31:40 Re: Multiple hosts in connection string failed to failover in non-hot standby mode