Fix incorrect range in pg_regress comment.
authorTom Lane
Mon, 3 Feb 2025 03:37:13 +0000 (22:37 -0500)
committerTom Lane
Mon, 3 Feb 2025 03:37:13 +0000 (22:37 -0500)
commit43a15eb9400dba2b0b97be72d1a3745a6a6f7136
tree69458e734e40ea6d34311c9ad8a39ee67225b866
parentb998fedab74c6cf4e564c17f4171881759a093ee
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 
Discussion: https://postgr.es/m/6e6c4dea-07a1-4a83-9bb7-77b9b3324c37@tantorlabs.com
src/test/regress/pg_regress.c