summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_opclass.h
diff options
context:
space:
mode:
authorJan Wieck <JanWieck@Yahoo.com>1999-12-28 13:40:53 +0000
committerJan Wieck <JanWieck@Yahoo.com>1999-12-28 13:40:53 +0000
commite3cec20ccda58929fc2375087def3b2a2af30fc4 (patch)
treebb3f3423ea5726c2a98ba26748c97a4581d8933b /src/include/catalog/pg_opclass.h
parente9bfedc9bc6dcd962485c5c40a0fc4cd8e93ab92 (diff)
downloadpostgresql-e3cec20ccda58929fc2375087def3b2a2af30fc4.tar.gz
Removed LZTEXT datatype as discussed.
Jan
Diffstat (limited to 'src/include/catalog/pg_opclass.h')
-rw-r--r--src/include/catalog/pg_opclass.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/catalog/pg_opclass.h b/src/include/catalog/pg_opclass.h
index d43ed0991c..deb13cc440 100644
--- a/src/include/catalog/pg_opclass.h
+++ b/src/include/catalog/pg_opclass.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_opclass.h,v 1.24 1999/12/08 11:17:20 momjian Exp $
+ * $Id: pg_opclass.h,v 1.25 1999/12/28 13:40:50 wieck Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -117,7 +117,5 @@ DATA(insert OID = 652 ( cidr_ops 650 ));
DESCR("");
DATA(insert OID = 1768 ( numeric_ops 1700 ));
DESCR("");
-DATA(insert OID = 1663 ( lztext_ops 1625 ));
-DESCR("");
#endif /* PG_OPCLASS_H */