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

Commit19567b3

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 parenteecd913 commit19567b3

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)

[8]ページ先頭

©2009-2025 Movatter.jp