diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-07-30 22:14:09 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-07-30 22:14:09 +0000 |
| commit | 8f9fa0e14320c5e2f2d0514e5b6c404ec7b54016 (patch) | |
| tree | 60459ec9f850ee902ba544c6a0102ec4aba634a7 /src/include/catalog/pg_amop.h | |
| parent | 3a9a74a09dc28268635e0a4c81411ab274d7adac (diff) | |
| download | postgresql-8f9fa0e14320c5e2f2d0514e5b6c404ec7b54016.tar.gz | |
Type lztext is toast.
(Sorry, couldn't help it...)
Removed type filename as well, since it's unused and probably useless.
INITDB FORCED, because pg_rewrite columns are now plain text again.
Diffstat (limited to 'src/include/catalog/pg_amop.h')
| -rw-r--r-- | src/include/catalog/pg_amop.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/include/catalog/pg_amop.h b/src/include/catalog/pg_amop.h index ff79f1d533..9176820bc0 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.34 2000/06/19 03:54:45 tgl Exp $ + * $Id: pg_amop.h,v 1.35 2000/07/30 22:13:59 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -350,16 +350,6 @@ DATA(insert OID = 0 ( 403 1690 91 3 )); DATA(insert OID = 0 ( 403 1690 1695 4 )); DATA(insert OID = 0 ( 403 1690 59 5 )); -/* - * nbtree lztext - */ - -DATA(insert OID = 0 ( 403 1663 1659 1 )); -DATA(insert OID = 0 ( 403 1663 1660 2 )); -DATA(insert OID = 0 ( 403 1663 1657 3 )); -DATA(insert OID = 0 ( 403 1663 1662 4 )); -DATA(insert OID = 0 ( 403 1663 1661 5 )); - /* * hash table _ops |
