pgsql: Fix description of PostgreSQL::Test::Cluster::wait_for_event()

2024-10-17 Thread Michael Paquier
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 Branch --

pgsql: Fix description of PostgreSQL::Test::Cluster::wait_for_event()

2024-10-17 Thread Michael Paquier
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 Branch --