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
08c8058c
Commit
08c8058c
authored
Oct 08, 2012
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add #define for UUIDOID.
Phil Sorber and Thom Brown. Reviewed by Albe Laurenz.
parent
b28cc92d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/include/catalog/pg_type.h
src/include/catalog/pg_type.h
+1
-0
No files found.
src/include/catalog/pg_type.h
View file @
08c8058c
...
...
@@ -573,6 +573,7 @@ DATA(insert OID = 2211 ( _regtype PGNSP PGUID -1 f b A f t \054 0 2206 0 arra
/* uuid */
DATA
(
insert
OID
=
2950
(
uuid
PGNSP
PGUID
16
f
b
U
f
t
\
054
0
0
2951
uuid_in
uuid_out
uuid_recv
uuid_send
-
-
-
c
p
f
0
-
1
0
0
_null_
_null_
_null_
));
DESCR
(
"UUID datatype"
);
#define UUIDOID 2950
DATA
(
insert
OID
=
2951
(
_uuid
PGNSP
PGUID
-
1
f
b
A
f
t
\
054
0
2950
0
array_in
array_out
array_recv
array_send
-
-
array_typanalyze
i
x
f
0
-
1
0
0
_null_
_null_
_null_
));
/* text search */
...
...
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