|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * 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 $ |
11 | 11 | *
|
12 | 12 | * Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
|
13 | 13 | *
|
@@ -262,7 +262,7 @@ dumpSchema(FILE *fout,
|
262 | 262 | if (g_verbose)
|
263 | 263 | fprintf(stderr,"%s reading user-defined tables %s\n",
|
264 | 264 | g_comment_start,g_comment_end);
|
265 |
| -tblinfo=getTables(&numTables); |
| 265 | +tblinfo=getTables(&numTables,finfo,numFuncs); |
266 | 266 |
|
267 | 267 | if (g_verbose)
|
268 | 268 | fprintf(stderr,"%s reading table inheritance information %s\n",
|
@@ -336,7 +336,7 @@ dumpSchema(FILE *fout,
|
336 | 336 | */
|
337 | 337 |
|
338 | 338 | externvoid
|
339 |
| -dumpSchemaIdx(FILE*fout,int*numTablesPtr,constchar*tablename, |
| 339 | +dumpSchemaIdx(FILE*fout,constchar*tablename, |
340 | 340 | TableInfo*tblinfo,intnumTables)
|
341 | 341 | {
|
342 | 342 | intnumIndices;
|
|