Fix incorrect range in pg_regress comment.
Tom Lane <tgl@sss.pgh.pa.us>
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.evdokimov@tantorlabs.com>
Discussion: https://postgr.es/m/6e6c4dea-07a1-4a83-9bb7-77b9b3324c37@tantorlabs.com
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/pg_regress.c | modified | +1 −1 |
Discussion
- [PATCH] Fix incorrect range in pg_regress comment 7 messages · 2025-02-02 → 2025-02-04