Re: [PATCH] Fix incorrect range in pg_regress comment
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-02-02T21:26:38Z
Lists: pgsql-hackers
Ilia Evdokimov <ilya.evdokimov@tantorlabs.com> writes:
> 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.
Hmm, our convention is definitely that the numbers start with 1,
so I do not want to make this change. Maybe we should change
the code instead.
regards, tom lane
Commits
-
Fix incorrect range in pg_regress comment.
- 43a15eb9400d 18.0 landed