Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits
Alvaro Herrera <alvherre@alvh.no-ip.org>
Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits in place though, so that it plays nicely with older servers. Per discussion.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +3 −3 |
| src/backend/access/heap/heapam.c | modified | +3 −13 |
| src/backend/catalog/dependency.c | modified | +1 −5 |
| src/bin/psql/describe.c | modified | +6 −1 |
| src/bin/psql/tab-complete.c | modified | +5 −1 |
| src/include/catalog/pg_class.h | modified | +1 −2 |