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

Commitabb0e70

Browse files
committed
Dump DEFAULT, CHECK, Triggers.
Fix BASETYPE for aggregates with sfunc2 only.
1 parent1b677e7 commitabb0e70

File tree

3 files changed

+326
-41
lines changed

3 files changed

+326
-41
lines changed

‎src/bin/pg_dump/common.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.16 1997/09/08 21:49:50 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.17 1997/10/02 13:57:03 vadim Exp $
1111
*
1212
* Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
1313
*
@@ -262,7 +262,7 @@ dumpSchema(FILE *fout,
262262
if (g_verbose)
263263
fprintf(stderr,"%s reading user-defined tables %s\n",
264264
g_comment_start,g_comment_end);
265-
tblinfo=getTables(&numTables);
265+
tblinfo=getTables(&numTables,finfo,numFuncs);
266266

267267
if (g_verbose)
268268
fprintf(stderr,"%s reading table inheritance information %s\n",
@@ -336,7 +336,7 @@ dumpSchema(FILE *fout,
336336
*/
337337

338338
externvoid
339-
dumpSchemaIdx(FILE*fout,int*numTablesPtr,constchar*tablename,
339+
dumpSchemaIdx(FILE*fout,constchar*tablename,
340340
TableInfo*tblinfo,intnumTables)
341341
{
342342
intnumIndices;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp