mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
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 <daniel@yesql.se> Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/9F503B5-32F2-45D7-A0AE-952879AD65F1@yesql.se Backpatch-through: 14
This commit is contained in:
parent
8ede692de5
commit
6e289f2d5d
@ -2922,7 +2922,7 @@ sub log_content
|
||||
|
||||
=pod
|
||||
|
||||
=item $node->log_check($offset, $test_name, %parameters)
|
||||
=item $node->log_check($test_name, $offset, %params)
|
||||
|
||||
Check contents of server logs.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user