aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-09-23 18:15:41 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-09-23 18:15:41 +0000
commit87799e38f172e31ba3f3c7e8c2045486cfb6d2c6 (patch)
tree8003bca141063daac738893de8d2e7a15edfe04b /src
parentafcbce5c22dbf7021453bfd8508b2484c007ccab (diff)
downloadpostgresql-87799e38f172e31ba3f3c7e8c2045486cfb6d2c6.tar.gz
postgresql-87799e38f172e31ba3f3c7e8c2045486cfb6d2c6.zip
Prototype setMaxOid()
Submitted by: Bruce
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_dump/pg_dump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h
index 79f715ce56a..9d49f6e9d37 100644
--- 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 - dave@bensoft.com - 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();