diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-12-08 11:37:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-12-08 11:37:38 +0000 |
commit | b7539d92f94fcbe7b7f16ee8edb22375123d2c67 (patch) | |
tree | 99b934119c2748473101d2e1737ec261ec8feb98 /src | |
parent | 2192a92f3cd7f02be5346275bbd6bb91c939bf1c (diff) | |
download | postgresql-b7539d92f94fcbe7b7f16ee8edb22375123d2c67.tar.gz postgresql-b7539d92f94fcbe7b7f16ee8edb22375123d2c67.zip |
Fix indexing of cidr.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/pg_amproc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/catalog/pg_amproc.h b/src/include/catalog/pg_amproc.h index 8adee475b0c..ebc52c502b6 100644 --- a/src/include/catalog/pg_amproc.h +++ b/src/include/catalog/pg_amproc.h @@ -9,7 +9,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amproc.h,v 1.16 1999/11/25 01:28:05 wieck Exp $ + * $Id: pg_amproc.h,v 1.17 1999/12/08 11:37:38 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -96,6 +96,7 @@ DATA(insert OID = 0 (403 1312 1314 1)); DATA(insert OID = 0 (403 1313 1315 1)); DATA(insert OID = 0 (403 810 836 1)); DATA(insert OID = 0 (403 935 926 1)); +DATA(insert OID = 0 (403 652 926 1)); DATA(insert OID = 0 (403 1768 1769 1)); DATA(insert OID = 0 (403 1663 1636 1)); |