We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c927d0c + fc8a3c7 commit aa7866cCopy full SHA for aa7866c
t/001_bad_progress_bar.pl
@@ -97,7 +97,7 @@ BEGIN
97
skip "DBI and DBD::Pg are not available", 2 if ($dbdpg_rc != 1);
98
99
DBD::Pg->import(':async');
100
- $dbh_status = DBI->connect('DBI:Pg:' . $node->connstr($_));
+ $dbh_status = DBI->connect('DBI:Pg:' . $node->connstr('postgres'));
101
if ( !defined $dbh_status )
102
{
103
die "Cannot connect to database for dbh with pg_progress_bar\n";
0 commit comments