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

Commit61f9e7b

Browse files
committed
Update obsolete comments and perldoc.
Loose ends from commit2a0f89c.Daniel Gustafsson
1 parentddd4f82 commit61f9e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/perl/PostgresNode.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ sub psql
11921192
=item$node->poll_query_until(dbname, query)
11931193
11941194
Run a query once a second, until it returns 't' (i.e. SQL boolean true).
1195-
Continues polling if psql returns an error result. Times out after90 seconds.
1195+
Continues polling if psql returns an error result. Times out after180 seconds.
11961196
11971197
=cut
11981198

@@ -1222,7 +1222,7 @@ sub poll_query_until
12221222
$attempts++;
12231223
}
12241224

1225-
# The query result didn't change in90 seconds. Give up. Print the stderr
1225+
# The query result didn't change in180 seconds. Give up. Print the stderr
12261226
# from the last attempt, hopefully that's useful for debugging.
12271227
diag$stderr;
12281228
return 0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp