diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-06-24 23:14:49 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-06-24 23:14:49 +0000 |
| commit | 46bf65148002f03a4775e6fbb2c4f758184062c5 (patch) | |
| tree | 35508e7d4793489135efdbdff9b0fd2325c3b3e3 /src/include/catalog/pg_amop.h | |
| parent | 50e53236aff06a6193059b5a92e60561645338ab (diff) | |
| download | postgresql-46bf65148002f03a4775e6fbb2c4f758184062c5.tar.gz | |
Array mega-patch.
Joe Conway
Diffstat (limited to 'src/include/catalog/pg_amop.h')
| -rw-r--r-- | src/include/catalog/pg_amop.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/include/catalog/pg_amop.h b/src/include/catalog/pg_amop.h index e2cb7560e1..43672f716f 100644 --- a/src/include/catalog/pg_amop.h +++ b/src/include/catalog/pg_amop.h @@ -16,7 +16,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amop.h,v 1.50 2003/06/22 22:04:55 tgl Exp $ + * $Id: pg_amop.h,v 1.51 2003/06/24 23:14:46 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -418,6 +418,15 @@ DATA(insert ( 2098 3 f 2334 )); DATA(insert ( 2098 4 f 2335 )); DATA(insert ( 2098 5 f 2336 )); +/* + * btree array_ops + */ + +DATA(insert ( 397 1 f 1072 )); +DATA(insert ( 397 2 f 1074 )); +DATA(insert ( 397 3 f 1070 )); +DATA(insert ( 397 4 f 1075 )); +DATA(insert ( 397 5 f 1073 )); /* * hash index _ops |
