Reactivated LZTEXT data type and changed rule plan- and qual-strings
Jan Wieck <JanWieck@Yahoo.com>
Reactivated LZTEXT data type and changed rule plan- and qual-strings into lztext. Jan
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/Makefile | modified | +2 −2 |
| src/backend/utils/cache/relcache.c | modified | +4 −4 |
| src/include/catalog/pg_amop.h | modified | +12 −1 |
| src/include/catalog/pg_amproc.h | modified | +3 −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 | +37 −1 |
| src/include/catalog/pg_rewrite.h | modified | +3 −3 |
| src/include/catalog/pg_type.h | modified | +5 −1 |
| src/include/utils/builtins.h | modified | +17 −1 |