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
5d4e3a75
Commit
5d4e3a75
authored
Mar 24, 1997
by
Vadim B. Mikheev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added #define NullValueRegProcedure and #define NonNullValueRegProcedure -
is in use by btree now.
parent
ae93ad85
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+3
-1
No files found.
src/include/catalog/pg_proc.h
View file @
5d4e3a75
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_proc.h,v 1.1
2 1997/03/16 20:40:52 scrappy
Exp $
* $Id: pg_proc.h,v 1.1
3 1997/03/24 07:32:38 vadim
Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -688,7 +688,9 @@ DATA(insert OID = 999 ( lseg_eq PGUID 11 f t f 2 f 16 "601 601" 100 0
/* OIDS 1000 - 1999 */
DATA
(
insert
OID
=
1029
(
NullValue
PGUID
11
f
t
f
1
f
16
"0"
100
0
0
100
foo
bar
));
#define NullValueRegProcedure 1029
DATA
(
insert
OID
=
1030
(
NonNullValue
PGUID
11
f
t
f
1
f
16
"0"
100
0
0
100
foo
bar
));
#define NonNullValueRegProcedure 1030
DATA
(
insert
OID
=
1031
(
aclitemin
PGUID
11
f
t
f
1
f
1033
"0"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
1032
(
aclitemout
PGUID
11
f
t
f
1
f
23
"0"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
1035
(
aclinsert
PGUID
11
f
t
f
2
f
1034
"1034 1033"
100
0
0
100
foo
bar
));
...
...
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