diff options
Diffstat (limited to 'src/include/catalog/pg_amop.h')
-rw-r--r-- | src/include/catalog/pg_amop.h | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/include/catalog/pg_amop.h b/src/include/catalog/pg_amop.h index 26f409c0c48..bb72deef235 100644 --- a/src/include/catalog/pg_amop.h +++ b/src/include/catalog/pg_amop.h @@ -23,7 +23,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_amop.h,v 1.69 2006/03/05 15:58:54 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_amop.h,v 1.70 2006/05/02 11:28:55 teodor Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -636,4 +636,18 @@ DATA(insert ( 2595 0 10 t 1515 )); DATA(insert ( 2595 0 11 t 1514 )); DATA(insert ( 2595 0 12 t 2590 )); +/* + * gin _int4_ops + */ +DATA(insert ( 2745 0 1 f 2750 )); +DATA(insert ( 2745 0 2 f 2751 )); +DATA(insert ( 2745 0 3 t 2752 )); + +/* + * gin _text_ops + */ +DATA(insert ( 2746 0 1 f 2750 )); +DATA(insert ( 2746 0 2 f 2751 )); +DATA(insert ( 2746 0 3 t 2752 )); + #endif /* PG_AMOP_H */ |