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
8141523e
Commit
8141523e
authored
Jun 15, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly define pg_upgrade global variable, per bug report from Chris
Ruprecht on Mac (64 bit).
parent
6bbaa314
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
contrib/pg_upgrade/pg_upgrade.h
contrib/pg_upgrade/pg_upgrade.h
+1
-1
contrib/pg_upgrade/relfilenode.c
contrib/pg_upgrade/relfilenode.c
+3
-0
No files found.
contrib/pg_upgrade/pg_upgrade.h
View file @
8141523e
...
...
@@ -237,7 +237,7 @@ typedef struct
/*
* Global variables
*/
char
scandir_file_pattern
[
MAXPGPATH
];
extern
char
scandir_file_pattern
[
];
/* check.c */
...
...
contrib/pg_upgrade/relfilenode.c
View file @
8141523e
...
...
@@ -17,6 +17,9 @@ static void transfer_relfile(migratorContext *ctx, pageCnvCtx *pageConverter,
const
char
*
oldnspname
,
const
char
*
oldrelname
,
const
char
*
newnspname
,
const
char
*
newrelname
);
/* used by scandir(), must be global */
char
scandir_file_pattern
[
MAXPGPATH
];
/*
* transfer_all_new_dbs()
*
...
...
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