diff options
Diffstat (limited to 'src/include/catalog/pg_amop.h')
-rw-r--r-- | src/include/catalog/pg_amop.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/catalog/pg_amop.h b/src/include/catalog/pg_amop.h index 5404e0af96e..fa43246b1c2 100644 --- a/src/include/catalog/pg_amop.h +++ b/src/include/catalog/pg_amop.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amop.h,v 1.29 2000/01/26 05:57:56 momjian Exp $ + * $Id: pg_amop.h,v 1.30 2000/02/10 19:51:42 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -345,6 +345,16 @@ DATA(insert OID = 0 ( 403 1768 1757 4 )); DATA(insert OID = 0 ( 403 1768 1756 5 )); /* + * nbtree bool + */ + +DATA(insert OID = 0 ( 403 1690 58 1 )); +DATA(insert OID = 0 ( 403 1690 1694 2 )); +DATA(insert OID = 0 ( 403 1690 91 3 )); +DATA(insert OID = 0 ( 403 1690 1695 4 )); +DATA(insert OID = 0 ( 403 1690 59 5 )); + +/* * hash table _ops */ |