Skip to content

Commit 07b62cb

Browse files
danielgustafssonhopebo
authored andcommitted
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 (cherry picked from commit c5639196caf7f65e0f1a57124e2412ebc923ab3c)
1 parent 5a1e0ac commit 07b62cb

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
@@ -2704,7 +2704,7 @@ sub log_content
27042704

27052705
=pod
27062706
2707-
=item $node->log_check($offset, $test_name, %parameters)
2707+
=item $node->log_check($test_name, $offset, %params)
27082708
27092709
Check contents of server logs.
27102710

0 commit comments

Comments
 (0)