Re: Postgres perl module namespace

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres perl module namespace
Дата
Msg-id 3784121.1628606443@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgres perl module namespace  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Postgres perl module namespace  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I will undertake to do the work, once we get the bike-shedding part done.

> I'll kick that off by suggesting we move all of these to the namespace
> PgTest, and rename TestLib to Utils, so instead of
>     use TestLib;
>     use PostgresNode;
> you would say
>     use PgTest::Utils;
>     use PgTest::PostgresNode;

Using both "Pg" and "Postgres" seems a bit inconsistent.
Maybe "PgTest::PgNode"?

More generally, I've never thought that "Node" was a great name
here; it's a very vague term.  While we're renaming, maybe we
could change it to "PgTest::PgCluster" or the like?

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [BUG]Update Toast data failure in logical replication
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Postgres perl module namespace