Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
61f9e7ba
Commit
61f9e7ba
authored
Oct 05, 2016
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update obsolete comments and perldoc.
Loose ends from commit
2a0f89cd
. Daniel Gustafsson
parent
ddd4f82c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/test/perl/PostgresNode.pm
src/test/perl/PostgresNode.pm
+2
-2
No files found.
src/test/perl/PostgresNode.pm
View file @
61f9e7ba
...
@@ -1192,7 +1192,7 @@ sub psql
...
@@ -1192,7 +1192,7 @@ sub psql
=item $node->poll_query_until(dbname, query)
=item $node->poll_query_until(dbname, query)
Run a query once a second, until it returns 't' (i.e. SQL boolean true).
Run a query once a second, until it returns 't' (i.e. SQL boolean true).
Continues polling if psql returns an error result. Times out after
9
0 seconds.
Continues polling if psql returns an error result. Times out after
18
0 seconds.
=cut
=cut
...
@@ -1222,7 +1222,7 @@ sub poll_query_until
...
@@ -1222,7 +1222,7 @@ sub poll_query_until
$attempts
++
;
$attempts
++
;
}
}
# The query result didn't change in
9
0 seconds. Give up. Print the stderr
# The query result didn't change in
18
0 seconds. Give up. Print the stderr
# from the last attempt, hopefully that's useful for debugging.
# from the last attempt, hopefully that's useful for debugging.
diag
$stderr
;
diag
$stderr
;
return
0
;
return
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment