You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some problems with the new way to handle these constraints
that were detected at the last minute, and require fixes that appear too
invasive to be doing this late in the cycle. Revert this (again) for
now, we'll try again with these problems fixed.
The following commits are reverted:
b0e96f3 Catalog not-null constraints
9b581c5 Disallow changing NO INHERIT status of a not-null constraint
d0ec2dd Fix not-null constraint test
ac22a95 Move privilege check to the right place
b0f7dd9 Check stack depth in new recursive functions
3af7217 Update information_schema definition for not-null constraints
c370910 Fix propagating attnotnull in multiple inheritance
d9f686a Fix restore of not-null constraints with inheritance
d72d32f Don't try to assign smart names to constraints
0cd7112 Better handle indirect constraint drops
13daa33 Disallow NO INHERIT not-null constraints on partitioned tables
d45597f Disallow direct change of NO INHERIT of not-null constraints
21ac38f Fix inconsistencies in error messages
Discussion: https://postgr.es/m/202405110940.joxlqcx4dogd@alvherre.pgsql
0 commit comments