Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22c4cae

Browse files
committed
Add text(cidr) cast, per recent discussion. I'm not bothering to
force an initdb for this.
1 parent 4e1ed3d commit 22c4cae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/catalog/pg_cast.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 2002, PostgreSQL Global Development Group
99
*
10-
* $Id: pg_cast.h,v 1.5 2002/10/14 22:12:49 tgl Exp $
10+
* $Id: pg_cast.h,v 1.6 2003/05/14 18:08:15 tgl Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -261,6 +261,7 @@ DATA(insert ( 701 25 840 i ));
261261
DATA(insert ( 25 701 838 e ));
262262
DATA(insert ( 829 25 752 e ));
263263
DATA(insert ( 25 829 767 e ));
264+
DATA(insert ( 650 25 730 e ));
264265
DATA(insert ( 869 25 730 e ));
265266
DATA(insert ( 25 869 1713 e ));
266267
DATA(insert ( 1082 25 749 i ));

0 commit comments

Comments
 (0)