Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e289f2

Browse files
Fix order of parameters in POD documentation
The documentation for log_check() had the parameters in the wrong order. Also while there, rename %parameters to %params to better documentation for similar functions which use %params. Backpatch down to v14 where this was introduced. Author: Daniel Gustafsson <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14
1 parent 8ede692 commit 6e289f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2922,7 +2922,7 @@ sub log_content
29222922

29232923
=pod
29242924
2925-
=item $node->log_check($offset, $test_name, %parameters)
2925+
=item $node->log_check($test_name, $offset, %params)
29262926
29272927
Check contents of server logs.
29282928

0 commit comments

Comments
 (0)