pgsql: Fix incorrect range in pg_regress comment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect range in pg_regress comment.
Date: 2025-02-03 03:37:32
Message-ID: E1tenHA-0056dI-Gp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect range in pg_regress comment.

A comment in pg_regress incorrectly stated that alternative
output files could be named test_{i}.out with 0 < i <= 9.
However, the valid range is actually 0 <= i <= 9.
(The user-facing docs have this right already.)

Author: Ilia Evdokimov <ilya(dot)evdokimov(at)tantorlabs(dot)com>
Discussion: https://postgr.es/m/6e6c4dea-07a1-4a83-9bb7-77b9b3324c37@tantorlabs.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/43a15eb9400dba2b0b97be72d1a3745a6a6f7136

Modified Files
--------------
src/test/regress/pg_regress.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-02-03 09:58:40 pgsql: Integrate GistTranslateCompareType() into IndexAmTranslateCompar
Previous Message Michael Paquier 2025-02-03 02:21:16 pgsql: Improve comment on top of pgstat_count_io_op_time()