Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b7539d9

Browse files
committed
Fix indexing of cidr.
1 parent 2192a92 commit b7539d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/catalog/pg_amproc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
12-
* $Id: pg_amproc.h,v 1.16 1999/11/25 01:28:05 wieck Exp $
12+
* $Id: pg_amproc.h,v 1.17 1999/12/08 11:37:38 momjian Exp $
1313
*
1414
* NOTES
1515
* the genbki.sh script reads this file and generates .bki
@@ -96,6 +96,7 @@ DATA(insert OID = 0 (403 1312 1314 1));
9696
DATA(insert OID = 0 (403 1313 1315 1));
9797
DATA(insert OID = 0 (403 810 836 1));
9898
DATA(insert OID = 0 (403 935 926 1));
99+
DATA(insert OID = 0 (403 652 926 1));
99100
DATA(insert OID = 0 (403 1768 1769 1));
100101
DATA(insert OID = 0 (403 1663 1636 1));
101102

0 commit comments

Comments
 (0)