Re: Postgres perl module namespace

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Postgres perl module namespace
Date: 2021-08-11 13:22:45
Message-ID: 202108111322.cj455y35dc2c@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2021-Aug-10, Andrew Dunstan wrote:

> If we were publishing them on CPAN that would be reasonable. But we're
> not, nor are we likely to, I believe. I'd rather not have to add two
> level of directory hierarchy for this, and this also seems a bit
> long-winded:
>
>     my $node = PostgreSQL::Test::Cluster->new('nodename');

I'll recast my vote to make this line be

    my $node = PgTest::Cluster->new('nodename');

which seems succint enough. I could get behind PgTest::PgCluster too,
but having a second Pg there seems unnecessary.

--
Álvaro Herrera Valdivia, Chile — https://www.EnterpriseDB.com/
"Cada quien es cada cual y baja las escaleras como quiere" (JMSerrat)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-08-11 13:30:08 Re: Postgres perl module namespace
Previous Message Robert Haas 2021-08-11 12:59:20 Re: standby recovery fails (tablespace related) (tentative patch and discussion)