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

Commitc05460f

Browse files
committed
Whitespace fix in message
1 parent2044434 commitc05460f

File tree

1 file changed

+2
-2
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/ecpg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.107 2009/01/23 12:43:32 petere Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.108 2009/01/30 12:53:12 petere Exp $ */
22

33
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
44
/* (C) Michael Meskes <meskes@postgresql.org> Feb 5th, 1998 */
@@ -52,7 +52,7 @@ help(const char *progname)
5252
printf(_(" -I DIRECTORY search DIRECTORY for include files\n"));
5353
printf(_(" -o OUTFILE write result to OUTFILE\n"));
5454
printf(_(" -r OPTION specify run-time behavior; OPTION can be:\n"
55-
"\"no_indicator\", \"prepare\", \"questionmarks\"\n"));
55+
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"));
5656
printf(_(" -t turn on autocommit of transactions\n"));
5757
printf(_(" --help show this help, then exit\n"));
5858
printf(_(" --regression run in regression testing mode\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp