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

Commitb8d08aa

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp