mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +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
512f67c8d0
commit
ca793c59a5
@ -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