8000 Arrange pgbench test with new Perl interface (201a761) · postgrespro/aqo@cb9e7ca · GitHub
[go: up one dir, main page]

Skip to content

Commit cb9e7ca

Browse files
danolivoAndrey Lepikhov
authored andcommitted
Arrange pgbench test with new Perl interface (201a761)
1 parent a6be18b commit cb9e7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/001_pgbench.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Test::More tests => 6;
55
use PostgresNode;
66

7-
my $node = get_new_node('aqotest');
7+
my $node = PostgresNode->new('aqotest');
88
$node->init;
99
$node->append_conf('postgresql.conf', qq{
1010
shared_preload_libraries = 'aqo'

0 commit comments

Comments
 (0)
0