Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43a15eb

Browse files
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.com
1 parentb998fed commit43a15eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ make_directory(const char *dir)
13351335
}
13361336

13371337
/*
1338-
* In: filename.ext, Return: filename_i.ext, where 0 < i <= 9
1338+
* In: filename.ext, Return: filename_i.ext, where 0 <= i <= 9
13391339
*/
13401340
staticchar*
13411341
get_alternative_expectfile(constchar*expectfile,inti)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp