Ilia Evdokimov <[email protected]> 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
