1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

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
This commit is contained in:
Michael Paquier 2024-10-18 13:50:07 +09:00
parent 4ac5d33a8b
commit b8d08aafc0

View File

@ -2837,7 +2837,7 @@ sub lsn
=pod
=item $node->wait_for_event(wait_event_name, backend_type)
=item $node->wait_for_event(backend_type, wait_event_name)
Poll pg_stat_activity until backend_type reaches wait_event_name.