Type lztext is toast.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +16 −6 |
| src/backend/parser/parse_coerce.c | modified | +1 −2 |
| src/backend/rewrite/rewriteDefine.c | modified | +3 −3 |
| src/backend/utils/adt/filename.c | deleted | +0 −132 |
| src/backend/utils/adt/lztext.c | deleted | +0 −359 |
| src/backend/utils/adt/Makefile | modified | +3 −3 |
| src/backend/utils/cache/relcache.c | modified | +7 −3 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_amop.h | modified | +1 −11 |
| src/include/catalog/pg_amproc.h | modified | +1 −2 |
| src/include/catalog/pg_opclass.h | modified | +1 −3 |
| src/include/catalog/pg_operator.h | modified | +1 −10 |
| src/include/catalog/pg_proc.h | modified | +1 −38 |
| src/include/catalog/pg_rewrite.h | modified | +4 −3 |
| src/include/catalog/pg_type.h | modified | +1 −7 |
| src/include/utils/builtins.h | modified | +1 −17 |
| src/include/utils/lztext.h | deleted | +0 −19 |
| src/test/regress/expected/opr_sanity.out | modified | +2 −2 |