Re: Fix incorrect order of params in comment

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix incorrect order of params in comment
Date: 2025-05-10 03:50:32
Message-ID: aB7NCGrLkT2XLMXX@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 09, 2025 at 07:21:17PM +0200, Daniel Gustafsson wrote:
> -=item $node->log_check($offset, $test_name, %parameters)
> +=item $node->log_check($test_name, $offset, %parameters)
>
> Check contents of server logs.

Right, good catch. The internals of the routine use %params instead
of %parameters, so perhaps this should be changed as well in the
description?

Both are my things. Thanks in advance if you wish to take care of
this by yourself..
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-05-10 03:55:46 Re: Support for runtime parameters in injection points, for AIO tests
Previous Message Bruce Momjian 2025-05-10 03:39:49 Re: PG 18 release notes draft committed