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
8571e6c6
Commit
8571e6c6
authored
May 03, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct pg_description entry for type macaddr.
parent
f13cb7e5
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_type.h
src/include/catalog/pg_type.h
+2
-2
No files found.
src/include/catalog/pg_type.h
View file @
8571e6c6
...
...
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_type.h,v 1.10
3 2001/03/23 04:49:56 momjian
Exp $
* $Id: pg_type.h,v 1.10
4 2001/05/03 16:18:02 tgl
Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
@@ -314,7 +314,7 @@ DATA(insert OID = 791 ( _money PGUID -1 -1 f b t \054 0 790 array_in array
/* OIDS 800 - 899 */
DATA
(
insert
OID
=
829
(
macaddr
PGUID
6
-
1
f
b
t
\
054
0
0
macaddr_in
macaddr_out
macaddr_in
macaddr_out
i
p
_null_
));
DESCR
(
"XX:XX:XX:XX:XX, MAC address"
);
DESCR
(
"XX:XX:XX:XX:XX
:XX
, MAC address"
);
DATA
(
insert
OID
=
869
(
inet
PGUID
-
1
-
1
f
b
t
\
054
0
0
inet_in
inet_out
inet_in
inet_out
i
p
_null_
));
DESCR
(
"IP address/netmask, host address, netmask optional"
);
#define INETOID 869
...
...
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