]> granicus.if.org Git - postgresql/commit
Type lztext is toast.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Jul 2000 22:14:09 +0000 (22:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Jul 2000 22:14:09 +0000 (22:14 +0000)
commit8f9fa0e14320c5e2f2d0514e5b6c404ec7b54016
tree60459ec9f850ee902ba544c6a0102ec4aba634a7
parent3a9a74a09dc28268635e0a4c81411ab274d7adac
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.
18 files changed:
src/backend/parser/gram.y
src/backend/parser/parse_coerce.c
src/backend/rewrite/rewriteDefine.c
src/backend/utils/adt/Makefile
src/backend/utils/adt/filename.c [deleted file]
src/backend/utils/adt/lztext.c [deleted file]
src/backend/utils/cache/relcache.c
src/include/catalog/catversion.h
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/catalog/pg_rewrite.h
src/include/catalog/pg_type.h
src/include/utils/builtins.h
src/include/utils/lztext.h [deleted file]
src/test/regress/expected/opr_sanity.out