projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afcbce5
)
Prototype setMaxOid()
author
Marc G. Fournier
<
[email protected]
>
Mon, 23 Sep 1996 18:15:41 +0000
(18:15 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Mon, 23 Sep 1996 18:15:41 +0000
(18:15 +0000)
Submitted by: Bruce
src/bin/pg_dump/pg_dump.h
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.h
b/src/bin/pg_dump/pg_dump.h
index 79f715ce56af03f064c1a206d1eff9e58ba46973..9d49f6e9d375bcf5516aa792679b62eb3df2a625 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.h
+++ b/
src/bin/pg_dump/pg_dump.h
@@
-5,7
+5,7
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_dump.h,v 1.
5 1996/08/26 05:46:39
scrappy Exp $
+ * $Id: pg_dump.h,v 1.
6 1996/09/23 18:15:41
scrappy Exp $
*
* Modifications - 6/12/96 -
[email protected]
- version 1.13.dhb.2
*
@@
-193,6
+193,7
@@
extern void dumpIndices(FILE* fout, IndInfo* indinfo, int numIndices,
extern void dumpClasses(TableInfo *tbinfo, int numTables, FILE *fout,
char *tablename, int oids);
extern void dumpTuples(PGresult *res, FILE *fout, int *attrmap);
+extern void setMaxOid(FILE *fout);
extern char* checkForQuote(char* s);
extern int findLastBuiltinOid();