]> granicus.if.org Git - postgresql/commit
Added another single byte oriented decompressor, useful for
authorJan Wieck <JanWieck@Yahoo.com>
Thu, 25 Nov 1999 01:28:07 +0000 (01:28 +0000)
committerJan Wieck <JanWieck@Yahoo.com>
Thu, 25 Nov 1999 01:28:07 +0000 (01:28 +0000)
commit4069d48aa763bae9fad9b642276959e4749370fd
tree8e910bbd759d358e2074818390b5d641a5bcc644
parent4ae43c84c39c2659d80c9d02d103ba84d49045a4
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
src/backend/utils/adt/lztext.c
src/backend/utils/adt/pg_lzcompress.c
src/include/catalog/pg_amop.h
src/include/catalog/pg_amproc.h
src/include/catalog/pg_opclass.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/include/utils/pg_lzcompress.h