Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
87799e38
Commit
87799e38
authored
Sep 23, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prototype setMaxOid()
Submitted by: Bruce
parent
afcbce5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/bin/pg_dump/pg_dump.h
src/bin/pg_dump/pg_dump.h
+2
-1
No files found.
src/bin/pg_dump/pg_dump.h
View file @
87799e38
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* 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
* 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,
...
@@ -193,6 +193,7 @@ extern void dumpIndices(FILE* fout, IndInfo* indinfo, int numIndices,
extern
void
dumpClasses
(
TableInfo
*
tbinfo
,
int
numTables
,
FILE
*
fout
,
extern
void
dumpClasses
(
TableInfo
*
tbinfo
,
int
numTables
,
FILE
*
fout
,
char
*
tablename
,
int
oids
);
char
*
tablename
,
int
oids
);
extern
void
dumpTuples
(
PGresult
*
res
,
FILE
*
fout
,
int
*
attrmap
);
extern
void
dumpTuples
(
PGresult
*
res
,
FILE
*
fout
,
int
*
attrmap
);
extern
void
setMaxOid
(
FILE
*
fout
);
extern
char
*
checkForQuote
(
char
*
s
);
extern
char
*
checkForQuote
(
char
*
s
);
extern
int
findLastBuiltinOid
();
extern
int
findLastBuiltinOid
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment