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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix description of PostgreSQL::Test::Cluster::wait_for_event()
Date: 2024-10-18 04:50:52
Message-ID: E1t1ewv-001KQj-55@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b8d08aafc0ef8b5f7bf15dcf4bc6af736ee81f15

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2024-10-18 08:22:10 pgsql: Remove unused code for unlogged materialized views.
Previous Message Jeff Davis 2024-10-17 21:59:28 pgsql: Improve ThrowErrorData() comments for use with soft errors.