]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix order of parameters in POD documentation
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 13 May 2025 11:29:14 +0000 (07:29 -0400)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 13 May 2025 11:29:14 +0000 (07:29 -0400)
commit9c94d983d67f51cd49be08699f2e35f0e4cb6a63
tree80e57982e7f5df8a60c56f9871eedb8ca06a0b93
parent2dac114e2c3fc584a94c4820e27396567faed050
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
src/test/perl/PostgreSQL/Test/Cluster.pm