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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user