Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc8a3c7

Browse files
author
Arseny Kositsyn
committed
[PGPRO-14766] Fixed 001_bad_progress_bar.pl
The incorrectly used $_ variable has been replaced with 'postgres'.Tags: pg_query_state
1 parentc927d0c commitfc8a3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎t/001_bad_progress_bar.pl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ BEGIN
9797
skip"DBI and DBD::Pg are not available", 2if ($dbdpg_rc != 1);
9898

9999
DBD::Pg->import(':async');
100-
$dbh_status = DBI->connect('DBI:Pg:' .$node->connstr($_));
100+
$dbh_status = DBI->connect('DBI:Pg:' .$node->connstr('postgres'));
101101
if ( !defined$dbh_status )
102102
{
103103
die"Cannot connect to database for dbh with pg_progress_bar\n";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp