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
f21e3407
Commit
f21e3407
authored
Jun 13, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for duplicate oids just introduced in patch. Don't think it needs
initdb unless you are using inet types.
parent
d4a4d4c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+4
-4
No files found.
src/include/catalog/pg_proc.h
View file @
f21e3407
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_proc.h,v 1.19
2 2001/06/13 21:08:59
momjian Exp $
* $Id: pg_proc.h,v 1.19
3 2001/06/13 21:12:43
momjian Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -2308,11 +2308,11 @@ DATA(insert OID = 699 ( host PGUID 12 f t t t 1 f 25 "869" 100 0 0 100 netw
DESCR
(
"show address octets only"
);
DATA
(
insert
OID
=
730
(
text
PGUID
12
f
t
t
t
1
f
25
"869"
100
0
0
100
network_show
-
));
DESCR
(
"show all parts of inet/cidr value"
);
DATA
(
insert
OID
=
1
910
(
inet
PGUID
12
f
t
t
t
1
f
869
"25"
100
0
0
100
text_inet
-
));
DATA
(
insert
OID
=
1
713
(
inet
PGUID
12
f
t
t
t
1
f
869
"25"
100
0
0
100
text_inet
-
));
DESCR
(
"text to inet"
);
DATA
(
insert
OID
=
1
911
(
cidr
PGUID
12
f
t
t
t
1
f
650
"25"
100
0
0
100
text_cidr
-
));
DATA
(
insert
OID
=
1
714
(
cidr
PGUID
12
f
t
t
t
1
f
650
"25"
100
0
0
100
text_cidr
-
));
DESCR
(
"text to cidr"
);
DATA
(
insert
OID
=
1
912
(
set_masklen
PGUID
12
f
t
t
t
2
f
869
"869 23"
100
0
0
100
inet_set_masklen
-
));
DATA
(
insert
OID
=
1
715
(
set_masklen
PGUID
12
f
t
t
t
2
f
869
"869 23"
100
0
0
100
inet_set_masklen
-
));
DESCR
(
"change the netmask of an inet"
);
DATA
(
insert
OID
=
1691
(
boolle
PGUID
12
f
t
t
t
2
f
16
"16 16"
100
0
0
100
boolle
-
));
...
...
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