Skip to content

Commit b8d08aa

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 4ac5d33 commit b8d08aa

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
@@ -2837,7 +2837,7 @@ sub lsn
28372837

28382838
=pod
28392839
2840-
=item $node->wait_for_event(wait_event_name, backend_type)
2840+
=item $node->wait_for_event(backend_type, wait_event_name)
28412841
28422842
Poll pg_stat_activity until backend_type reaches wait_event_name.
28432843

0 commit comments

Comments
 (0)