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
f92fc4c9
Commit
f92fc4c9
authored
Apr 17, 2015
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pg_upgrade: binary_upgrade_create_empty_extension() is strict
Was broken by commit
30982be4
. Patch by Jeff Janes
parent
ab6d1cd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/include/catalog/catversion.h
src/include/catalog/catversion.h
+1
-1
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+1
-1
No files found.
src/include/catalog/catversion.h
View file @
f92fc4c9
...
...
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 2015041
2
1
#define CATALOG_VERSION_NO 2015041
7
1
#endif
src/include/catalog/pg_proc.h
View file @
f92fc4c9
...
...
@@ -5198,7 +5198,7 @@ DATA(insert OID = 3589 ( binary_upgrade_set_next_pg_enum_oid PGNSP PGUID 12 1 0
DESCR
(
"for use by pg_upgrade"
);
DATA
(
insert
OID
=
3590
(
binary_upgrade_set_next_pg_authid_oid
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
t
f
v
1
0
2278
"26"
_null_
_null_
_null_
_null_
binary_upgrade_set_next_pg_authid_oid
_null_
_null_
_null_
));
DESCR
(
"for use by pg_upgrade"
);
DATA
(
insert
OID
=
3591
(
binary_upgrade_create_empty_extension
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
t
f
v
7
0
2278
"25 25 16 25 1028 1009 1009"
_null_
_null_
_null_
_null_
binary_upgrade_create_empty_extension
_null_
_null_
_null_
));
DATA
(
insert
OID
=
3591
(
binary_upgrade_create_empty_extension
PGNSP
PGUID
12
1
0
0
0
f
f
f
f
f
f
v
7
0
2278
"25 25 16 25 1028 1009 1009"
_null_
_null_
_null_
_null_
binary_upgrade_create_empty_extension
_null_
_null_
_null_
));
DESCR
(
"for use by pg_upgrade"
);
...
...
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