projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a4b0f
)
Added in prototype for: extern void setMaxOid(FILE *fout);
author
Marc G. Fournier
<
[email protected]
>
Thu, 24 Oct 1996 06:51:19 +0000
(06:51 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Thu, 24 Oct 1996 06:51:19 +0000
(06:51 +0000)
The patch got applied to 2.x, not 1.x :(
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 059206498119e6d0b35c8014ca5ca1e83087921d..ffb1bcfaaddfda4fc3fd245055565ff35f7e604e 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.3.2.
2 1996/08/26 05:45:36
scrappy Exp $
+ * $Id: pg_dump.h,v 1.3.2.
3 1996/10/24 06:51:19
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();