diff options
| author | Alvaro Herrera | 2023-04-12 17:29:21 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2023-04-12 17:29:21 +0000 |
| commit | 9ce04b50e120275afbc03ca0b80839dde3da8308 (patch) | |
| tree | c9b815953349fc5bf689799108a2966fec755bf7 /src/include/commands | |
| parent | 8e82db97b0a474008d8212a63f34e449a8c50bcd (diff) | |
Revert "Catalog NOT NULL constraints" and fallout
This reverts commit e056c557aef4 and minor later fixes thereof.
There's a few problems in this new feature -- most notably regarding
pg_upgrade behavior, but others as well. This new feature is not in any
way critical on its own, so instead of scrambling to fix it we revert it
and try again in early 17 with these issues in mind.
Discussion: https://postgr.es/m/3801207.1681057430@sss.pgh.pa.us
Diffstat (limited to 'src/include/commands')
| -rw-r--r-- | src/include/commands/tablecmds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h index 8f7ce96651b..17b94049371 100644 --- a/src/include/commands/tablecmds.h +++ b/src/include/commands/tablecmds.h @@ -73,8 +73,6 @@ extern ObjectAddress renameatt(RenameStmt *stmt); extern ObjectAddress RenameConstraint(RenameStmt *stmt); -extern List *RelationGetNotNullConstraints(Relation relation, bool cooked); - extern ObjectAddress RenameRelation(RenameStmt *stmt); extern void RenameRelationInternal(Oid myrelid, |
