Fix description of PostgreSQL::Test::Cluster::wait_for_event()
authorMichael Paquier
Fri, 18 Oct 2024 04:50:07 +0000 (13:50 +0900)
committerMichael Paquier
Fri, 18 Oct 2024 04:50:07 +0000 (13:50 +0900)
commitb8d08aafc0ef8b5f7bf15dcf4bc6af736ee81f15
treed1514b12ca305e9b70c024f09df56aeeee1f97c9
parent4ac5d33a8b08eac6e1df235eb38b48e18195c7a4
Fix description of PostgreSQL::Test::Cluster::wait_for_event()

The arguments of the function were listed in an incorrect order in the
description of the routine.  This information can be seen with perldoc.

Issue spotted while working on this area of the code.

Backpatch-through: 17
src/test/perl/PostgreSQL/Test/Cluster.pm