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

Commit352e2ae

Browse files
committed
Added in prototype for: extern void setMaxOid(FILE *fout);
The patch got applied to 2.x, not 1.x :(
1 parent82a4b0f commit352e2ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/pg_dump/pg_dump.h

Lines changed: 2 additions & 1 deletion
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.3.2.2 1996/08/26 05:45:36 scrappy Exp $
8+
* $Id: pg_dump.h,v 1.3.2.3 1996/10/24 06:51:19 scrappy Exp $
99
*
1010
* Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
1111
*
@@ -193,6 +193,7 @@ extern void dumpIndices(FILE* fout, IndInfo* indinfo, int numIndices,
193193
externvoiddumpClasses(TableInfo*tbinfo,intnumTables,FILE*fout,
194194
char*tablename,intoids);
195195
externvoiddumpTuples(PGresult*res,FILE*fout,int*attrmap);
196+
externvoidsetMaxOid(FILE*fout);
196197
externchar*checkForQuote(char*s);
197198
externintfindLastBuiltinOid();
198199

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp