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
51cd0377
Commit
51cd0377
authored
Jan 29, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The following patch is required for successful compilation on Irix.
Robert E. Bruccole
parent
be88b0d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_archiver.c
+1
-1
No files found.
src/bin/pg_dump/pg_backup_archiver.c
View file @
51cd0377
...
@@ -58,7 +58,7 @@ static void _SortToc(ArchiveHandle* AH, TocSortCompareFn fn);
...
@@ -58,7 +58,7 @@ static void _SortToc(ArchiveHandle* AH, TocSortCompareFn fn);
static
int
_tocSortCompareByOIDNum
(
const
void
*
p1
,
const
void
*
p2
);
static
int
_tocSortCompareByOIDNum
(
const
void
*
p1
,
const
void
*
p2
);
static
int
_tocSortCompareByIDNum
(
const
void
*
p1
,
const
void
*
p2
);
static
int
_tocSortCompareByIDNum
(
const
void
*
p1
,
const
void
*
p2
);
static
ArchiveHandle
*
_allocAH
(
const
char
*
FileSpec
,
const
ArchiveFormat
fmt
,
static
ArchiveHandle
*
_allocAH
(
const
char
*
FileSpec
,
const
ArchiveFormat
fmt
,
int
compression
,
ArchiveMode
mode
);
const
int
compression
,
ArchiveMode
mode
);
static
int
_printTocEntry
(
ArchiveHandle
*
AH
,
TocEntry
*
te
,
RestoreOptions
*
ropt
);
static
int
_printTocEntry
(
ArchiveHandle
*
AH
,
TocEntry
*
te
,
RestoreOptions
*
ropt
);
static
void
_reconnectAsOwner
(
ArchiveHandle
*
AH
,
const
char
*
dbname
,
TocEntry
*
te
);
static
void
_reconnectAsOwner
(
ArchiveHandle
*
AH
,
const
char
*
dbname
,
TocEntry
*
te
);
...
...
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