Remove obsolete pg_constraint.consrc column
Peter Eisentraut <peter_e@gmx.net>
Remove obsolete pg_constraint.consrc column This has been deprecated and effectively unused for a long time. Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +4 −17 |
| src/backend/catalog/heap.c | modified | +0 −11 |
| src/backend/catalog/index.c | modified | +0 −1 |
| src/backend/catalog/pg_constraint.c | modified | +0 −13 |
| src/backend/commands/tablecmds.c | modified | +0 −1 |
| src/backend/commands/trigger.c | modified | +0 −1 |
| src/backend/commands/typecmds.c | modified | +0 −8 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_constraint.h | modified | +0 −6 |
| src/test/regress/expected/inherit.out | modified | +10 −10 |
| src/test/regress/sql/inherit.sql | modified | +10 −10 |