[PATCH] Fix incorrect range in pg_regress comment

From: Ilia Evdokimov <ilya(dot)evdokimov(at)tantorlabs(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Fix incorrect range in pg_regress comment
Date: 2025-02-02 18:46:25
Message-ID: 6e6c4dea-07a1-4a83-9bb7-77b9b3324c37@tantorlabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

I noticed that a comment in pg_regress incorrectly states that
alternative output files can be named filename{_i}.out with 0 < i <= 9.
However, the actual valid range is 0 <= i <= 9. This patch corrects the
comment.

The fix is trivial but ensures that the documentation in the code
accurately reflects the behavior of pg_regress.

Attached is a small patch correcting this.

--
Best regards,
Ilia Evdokimov,
Tantor Labs LLC.

Attachment Content-Type Size
v1-0001-Fix-incorrect-range-in-pg_regress-comment.patch text/x-patch 948 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergey Prokhorenko 2025-02-02 19:40:17 Re: UUID v7
Previous Message Daniel Gustafsson 2025-02-02 18:25:38 Re: Allow default \watch interval in psql to be configured