mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
commit_ts test: Set node name in test
Otherwise, the script output has a lot of pointless warnings.
This was forgotten in 9def031bd2
This commit is contained in:
parent
512f67c8d0
commit
ca793c59a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue