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
22c4caef
Commit
22c4caef
authored
May 14, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add text(cidr) cast, per recent discussion. I'm not bothering to
force an initdb for this.
parent
4e1ed3da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/include/catalog/pg_cast.h
src/include/catalog/pg_cast.h
+2
-1
No files found.
src/include/catalog/pg_cast.h
View file @
22c4caef
...
...
@@ -7,7 +7,7 @@
*
* Copyright (c) 2002, PostgreSQL Global Development Group
*
* $Id: pg_cast.h,v 1.
5 2002/10/14 22:12:49
tgl Exp $
* $Id: pg_cast.h,v 1.
6 2003/05/14 18:08:15
tgl Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
@@ -261,6 +261,7 @@ DATA(insert ( 701 25 840 i ));
DATA
(
insert
(
25
701
838
e
));
DATA
(
insert
(
829
25
752
e
));
DATA
(
insert
(
25
829
767
e
));
DATA
(
insert
(
650
25
730
e
));
DATA
(
insert
(
869
25
730
e
));
DATA
(
insert
(
25
869
1713
e
));
DATA
(
insert
(
1082
25
749
i
));
...
...
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