Added another single byte oriented decompressor, useful for
Jan Wieck <JanWieck@Yahoo.com>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/lztext.c | modified | +144 −1 |
| src/backend/utils/adt/pg_lzcompress.c | modified | +165 −1 |
| src/include/catalog/pg_amop.h | modified | +11 −1 |
| src/include/catalog/pg_amproc.h | modified | +2 −1 |
| src/include/catalog/pg_opclass.h | modified | +3 −1 |
| src/include/catalog/pg_operator.h | modified | +9 −1 |
| src/include/catalog/pg_proc.h | modified | +15 −1 |
| src/include/utils/builtins.h | modified | +8 −1 |
| src/include/utils/pg_lzcompress.h | modified | +78 −1 |