pgsql: Fix description of PostgreSQL::Test::Cluster::wait_for_event() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix description of PostgreSQL::Test::Cluster::wait_for_event()
Date
Msg-id E1t1ewv-001KQi-47@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/19567b3eb4074c39b48f5557f268c3fb21dfa0f6

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


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Improve ThrowErrorData() comments for use with soft errors.
Next
From: Fujii Masao
Date:
Subject: pgsql: Remove unused code for unlogged materialized views.