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

Commit5c89839

Browse files
committed
Add missing newline.
1 parent6883c54 commit5c89839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*by PostgreSQL
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.522 2009/02/1715:41:50 momjian Exp $
15+
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.523 2009/02/1722:32:54 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -9853,7 +9853,7 @@ dumpTableSchema(Archive *fout, TableInfo *tbinfo)
98539853
"(SELECT oid FROM pg_namespace "
98549854
"WHERE nspname = CURRENT_SCHEMA)\n"
98559855
"AND relname = '%s'\n"
9856-
");",
9856+
");\n",
98579857
tbinfo->attlen[j],
98589858
tbinfo->attalign[j],
98599859
tbinfo->attnames[j],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp