mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Remove obsolete pg_constraint.consrc column
This has been deprecated and effectively unused for a long time. Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
@@ -1336,7 +1336,6 @@ index_constraint_create(Relation heapRelation,
|
||||
indexInfo->ii_ExclusionOps,
|
||||
NULL, /* no check constraint */
|
||||
NULL,
|
||||
NULL,
|
||||
islocal,
|
||||
inhcount,
|
||||
noinherit,
|
||||
|
||||
Reference in New Issue
Block a user