Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 19567b3

Browse files
committed
Fix description of PostgreSQL::Test::Cluster::wait_for_event()
The arguments of the function were listed in an incorrect order in the description of the routine. This information can be seen with perldoc. Issue spotted while working on this area of the code. Backpatch-through: 17
1 parent eecd913 commit 19567b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/perl/PostgreSQL/Test/Cluster.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2961,7 +2961,7 @@ sub check_extension
29612961

29622962
=pod
29632963
2964-
=item $node->wait_for_event(wait_event_name, backend_type)
2964+
=item $node->wait_for_event(backend_type, wait_event_name)
29652965
29662966
Poll pg_stat_activity until backend_type reaches wait_event_name.
29672967

0 commit comments

Comments
 (0)