- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit43a15eb
committed
Fix incorrect range in pg_regress comment.
A comment in pg_regress incorrectly stated that alternativeoutput 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.com1 parentb998fed commit43a15eb
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1335 | 1335 |
| |
1336 | 1336 |
| |
1337 | 1337 |
| |
1338 |
| - | |
| 1338 | + | |
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 | 1341 |
| |
|
0 commit comments
Comments
(0)