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
After commit123cc69, we remove redundant FK action triggers duringpartition ATTACH by merely deleting the catalog tuple, but that's wrong:it should use performDeletion() instead. Repair, and make the commentsmore explicit.Per code review from Tom Lane.Discussion:https://postgr.es/m/18885.1549642539@sss.pgh.pa.us