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

Commit1497369

Browse files
committed
Get rid of a //-style comment.
Not sure how "//XXX" got into a committed patch in the first place,as it's both content-free and against project style. pgindent made abit of a hash of it, too.Going forward, we should have at least one buildfarm member using"gcc -ansi" to catch such things, at least till such time as wedecide the project target language isn't C90 any more. I've turnedthis option on on dromedary.
1 parentac23b71 commit1497369

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,8 +1974,7 @@ help(void)
19741974
printf(_(" (can be used multiple times to concatenate)\n"));
19751975
printf(_(" --temp-instance=DIR create a temporary instance in DIR\n"));
19761976
printf(_(" --use-existing use an existing installation\n"));
1977-
//XXX
1978-
printf(_("\n"));
1977+
printf(_("\n"));
19791978
printf(_("Options for \"temp-instance\" mode:\n"));
19801979
printf(_(" --no-locale use C locale\n"));
19811980
printf(_(" --port=PORT start postmaster on PORT\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp