diff options
| author | Jan Wieck <JanWieck@Yahoo.com> | 1999-11-25 01:28:07 +0000 |
|---|---|---|
| committer | Jan Wieck <JanWieck@Yahoo.com> | 1999-11-25 01:28:07 +0000 |
| commit | 4069d48aa763bae9fad9b642276959e4749370fd (patch) | |
| tree | 8e910bbd759d358e2074818390b5d641a5bcc644 /src/include/catalog/pg_amproc.h | |
| parent | 4ae43c84c39c2659d80c9d02d103ba84d49045a4 (diff) | |
| download | postgresql-4069d48aa763bae9fad9b642276959e4749370fd.tar.gz | |
Added another single byte oriented decompressor, useful for
comparision functions.
Added all lztext comparision functions, operators and a default
operator class for nbtree on lztext.
Jan
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 45d1b28587..8adee475b0 100644 --- a/src/include/catalog/pg_amproc.h +++ b/src/include/catalog/pg_amproc.h @@ -9,7 +9,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amproc.h,v 1.15 1999/09/29 21:13:30 wieck Exp $ + * $Id: pg_amproc.h,v 1.16 1999/11/25 01:28:05 wieck Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -97,6 +97,7 @@ DATA(insert OID = 0 (403 1313 1315 1)); DATA(insert OID = 0 (403 810 836 1)); DATA(insert OID = 0 (403 935 926 1)); DATA(insert OID = 0 (403 1768 1769 1)); +DATA(insert OID = 0 (403 1663 1636 1)); /* hash */ |
