mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
commit_ts test: Set node name in test
Otherwise, the script output has a lot of pointless warnings. This was forgotten in 9def031bd2821f35b5f506260d922482648a8bb0
This commit is contained in:
parent
09c5988981
commit
832d3dce5a
@ -7,7 +7,7 @@ use TestLib;
|
||||
use Test::More tests => 2;
|
||||
use PostgresNode;
|
||||
|
||||
my $node = get_new_node();
|
||||
my $node = get_new_node('foxtrot');
|
||||
$node->init;
|
||||
$node->append_conf('postgresql.conf', 'track_commit_timestamp = on');
|
||||
$node->start;
|
||||
|
Loading…
x
Reference in New Issue
Block a user