Remove RELKIND_UNCATALOGED.
Robert Haas <rhaas@postgresql.org>
Remove RELKIND_UNCATALOGED. This may have been important at some point in the past, but it no longer does anything useful. Review by Tom Lane.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgstattuple/pgstattuple.c | modified | +0 −1 |
| src/backend/access/common/reloptions.c | modified | +0 −1 |
| src/backend/catalog/dependency.c | modified | +0 −4 |
| src/backend/catalog/heap.c | modified | +2 −2 |
| src/backend/catalog/index.c | modified | +0 −1 |
| src/backend/catalog/toasting.c | modified | +1 −3 |
| src/backend/commands/indexcmds.c | modified | +1 −3 |
| src/backend/utils/cache/relcache.c | modified | +3 −2 |
| src/include/catalog/pg_class.h | modified | +0 −1 |
| src/include/utils/relcache.h | modified | +2 −1 |