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

Commitc449668

Browse files
committed
Fix prototype for dumpClasses
1 parent61eaefe commitc449668

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/bin/pg_dump/pg_dump.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: pg_dump.h,v 1.4 1996/08/24 20:49:25 scrappy Exp $
8+
* $Id: pg_dump.h,v 1.5 1996/08/26 05:46:39 scrappy Exp $
99
*
1010
* Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
1111
*
@@ -190,7 +190,8 @@ extern void dumpTables(FILE* fout, TableInfo* tbinfo, int numTables,
190190
externvoiddumpIndices(FILE*fout,IndInfo*indinfo,intnumIndices,
191191
TableInfo*tbinfo,intnumTables,char*tablename);
192192

193-
externvoiddumpClasses(TableInfo*tbinfo,intnumTables,FILE*fout,char*tablename);
193+
externvoiddumpClasses(TableInfo*tbinfo,intnumTables,FILE*fout,
194+
char*tablename,intoids);
194195
externvoiddumpTuples(PGresult*res,FILE*fout,int*attrmap);
195196
externchar*checkForQuote(char*s);
196197
externintfindLastBuiltinOid();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp