Get rid of attproc, atttyparg, attcanindex, attdefrel, attbound
Vadim B. Mikheev <vadim4o@yahoo.com>
Get rid of attproc, atttyparg, attcanindex, attdefrel, attbound from pg_attribute. atthasdef added.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/tupdesc.c | modified | +4 −6 |
| src/backend/catalog/heap.c | modified | +23 −23 |
| src/backend/catalog/index.c | modified | +20 −22 |
| src/backend/catalog/indexing.c | modified | +6 −33 |
| src/backend/commands/command.c | modified | +1 −6 |