pgsql: Set cluster_name for PostgresNode.pm instances

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Set cluster_name for PostgresNode.pm instances
Date: 2019-02-27 10:01:37
Message-ID: E1gyw1x-0002f6-7P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Set cluster_name for PostgresNode.pm instances

This can help identifying test instances more easily at run time, and
it also provides some minimal test coverage for the cluster_name
feature.

Reviewed-by: Euler Taveira <euler(at)timbira(dot)com(dot)br>
Discussion: https://www.postgresql.org/message-id/flat/1257eaee-4874-e791-e83a-46720c72cac7(at)2ndquadrant(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/538ecc17c478e87cc3155c2b9cda7a1b1812d767

Modified Files
--------------
src/test/perl/PostgresNode.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-02-27 16:35:18 Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc
Previous Message Andres Freund 2019-02-27 06:22:31 Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc