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
Change CREATE TABLE so that column default expressions coming from different
inheritance parent tables are compared using equal(), instead of doingstrcmp() on the nodeToString representation. The old implementation wasalways a tad cheesy, and it finally fails completely as of 8.4, now that thenode tree might contain syntax location information. equal() knows it'ssupposed to ignore those fields, but strcmp() hardly can. Per recentreport from Scott Ribe.