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
Remove chunk_constraint catalog tracking for CHECK constraints
Removed chunk_constraint catalog tracking for inherited CHECK constraints
on OSM (foreign-table) chunks. CHECKs are still physically created on the
foreign chunk so ALTER TABLE ... INHERIT can merge them; from that point
on PostgreSQL's normal inheritance handles rename/drop propagation.
0 commit comments