Re: [PATCH] Fix incorrect range in pg_regress comment - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Fix incorrect range in pg_regress comment
Date
Msg-id 205156.1738531598@sss.pgh.pa.us
Whole thread Raw
Responses Re: [PATCH] Fix incorrect range in pg_regress comment
List 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



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Vacuum statistics
Next
From: Jelte Fennema-Nio
Date:
Subject: Re: [PATCH] Fix incorrect range in pg_regress comment