1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

PostgresNode: Add names to nodes

This makes the log files easier to follow when investigating a test
failure.

Author: Michael Paquier
Review: Noah Misch
This commit is contained in:
Alvaro Herrera
2016-01-20 14:13:11 -03:00
parent 216d568432
commit c8642d909f
20 changed files with 48 additions and 37 deletions

View File

@ -9,7 +9,7 @@ program_help_ok('createuser');
program_version_ok('createuser');
program_options_handling_ok('createuser');
my $node = get_new_node();
my $node = get_new_node('main');
$node->init;
$node->start;