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
8de7472b
Commit
8de7472b
authored
Dec 06, 2009
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use a duplicate OID for aclexplode().
parent
36f887c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+2
-2
No files found.
src/include/catalog/pg_proc.h
View file @
8de7472b
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.55
5 2009/12/05 21:43:35 petere
Exp $
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.55
6 2009/12/06 02:55:54 tgl
Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -1314,7 +1314,7 @@ DATA(insert OID = 1062 ( aclitemeq PGNSP PGUID 12 1 0 0 f f f t f i 2 0 16
DESCR
(
"equality operator for ACL items"
);
DATA
(
insert
OID
=
1365
(
makeaclitem
PGNSP
PGUID
12
1
0
0
f
f
f
t
f
i
4
0
1033
"26 26 25 16"
_null_
_null_
_null_
_null_
makeaclitem
_null_
_null_
_null_
));
DESCR
(
"make ACL item"
);
DATA
(
insert
OID
=
1
248
(
aclexplode
PGNSP
PGUID
12
1
10
0
f
f
f
t
t
s
1
0
2249
"1034"
"{1034,26,26,25,16}"
"{i,o,o,o,o}"
"{acl,grantor,grantee,privilege_type,is_grantable}"
_null_
aclexplode
_null_
_null_
_null_
));
DATA
(
insert
OID
=
1
689
(
aclexplode
PGNSP
PGUID
12
1
10
0
f
f
f
t
t
s
1
0
2249
"1034"
"{1034,26,26,25,16}"
"{i,o,o,o,o}"
"{acl,grantor,grantee,privilege_type,is_grantable}"
_null_
aclexplode
_null_
_null_
_null_
));
DESCR
(
"convert ACL item array to table, for use by information schema"
);
DATA
(
insert
OID
=
1044
(
bpcharin
PGNSP
PGUID
12
1
0
0
f
f
f
t
f
i
3
0
1042
"2275 26 23"
_null_
_null_
_null_
_null_
bpcharin
_null_
_null_
_null_
));
DESCR
(
"I/O"
);
...
...
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