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

Commit640d0dc

Browse files
committed
Fix compiler warning in the proper way.
1 parent6ec4520 commit640d0dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/bin/pg_dump/pg_dumpall.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
88
*
9-
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.48 2004/08/0806:58:00 momjian Exp $
9+
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.49 2004/08/0807:00:22 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -870,9 +870,10 @@ runPgDump(const char *dbname)
870870
appendPQExpBufferChar(cmd,'\'');
871871
#else
872872
appendPQExpBufferChar(cmd,'"');
873-
appendPQExpBuffer(cmd,SYSTEMQUOTE);
874873
#endif
875874

875+
appendPQExpBuffer(cmd,"%s",SYSTEMQUOTE);
876+
876877
if (verbose)
877878
fprintf(stderr,_("%s: running \"%s\"\n"),progname,cmd->data);
878879

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp