diff --git a/src/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c index f105d39..7d12156 100644 *** a/src/backend/parser/parse_utilcmd.c --- /bsrc/backend/parser/parse_utilcmd.c *************** transformColumnDefinition(ParseState *ps *** 409,417 **** { constraint = lfirst(clist); - constraint->is_local = true; - constraint->inhcount = 0; - /* * If this column constraint is a FOREIGN KEY constraint, then we fill * in the current attribute's name and throw it into the list of FK --- 409,414 ----