8000 Added in prototype for: extern void setMaxOid(FILE *fout); · home201448/postgres@352e2ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 352e2ae

Browse files
committed
Added in prototype for: extern void setMaxOid(FILE *fout);
The patch got applied to 2.x, not 1.x :(
1 parent 82a4b0f commit 352e2ae

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
extern void dumpClasses(TableInfo *tbinfo, int numTables, FILE *fout,
194194
char *tablename, int oids);
195195
extern void dumpTuples(PGresult *res, FILE *fout, int *attrmap);
196+
extern void setMaxOid(FILE *fout);
196197
extern char* checkForQuote(char* s);
197198
extern int findLastBuiltinOid();
198199

0 commit comments

Comments
 (0)
0