mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
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
This commit is contained in:
parent
b998fedab7
commit
43a15eb940
@ -1335,7 +1335,7 @@ make_directory(const char *dir)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* In: filename.ext, Return: filename_i.ext, where 0 < i <= 9
|
* In: filename.ext, Return: filename_i.ext, where 0 <= i <= 9
|
||||||
*/
|
*/
|
||||||
static char *
|
static char *
|
||||||
get_alternative_expectfile(const char *expectfile, int i)
|
get_alternative_expectfile(const char *expectfile, int i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user