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_amproc.h | |
| parent | 50e53236aff06a6193059b5a92e60561645338ab (diff) | |
| download | postgresql-46bf65148002f03a4775e6fbb2c4f758184062c5.tar.gz | |
Array mega-patch.
Joe Conway
Diffstat (limited to 'src/include/catalog/pg_amproc.h')
| -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 c2c37c1361..87553a4980 100644 --- a/src/include/catalog/pg_amproc.h +++ b/src/include/catalog/pg_amproc.h @@ -14,7 +14,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amproc.h,v 1.38 2003/06/22 22:04:55 tgl Exp $ + * $Id: pg_amproc.h,v 1.39 2003/06/24 23:14:46 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -78,6 +78,7 @@ DATA(insert ( 1993 3 199 )); /* btree */ +DATA(insert ( 397 1 382 )); DATA(insert ( 421 1 357 )); DATA(insert ( 423 1 1596 )); DATA(insert ( 424 1 1693 )); |
