Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fea85 commit ea5d3f5Copy full SHA for ea5d3f5
src/backend/optimizer/util/plancat.c
@@ -1303,8 +1303,7 @@ get_relation_constraints(PlannerInfo *root,
1303
1304
/*
1305
* If this constraint hasn't been fully validated yet, we must
1306
- * ignore it here. Also ignore if NO INHERIT and we weren't told
1307
- * that that's safe.
+ * ignore it here.
1308
*/
1309
if (!constr->check[i].ccvalid)
1310
continue;
@@ -1321,7 +1320,6 @@ get_relation_constraints(PlannerInfo *root,
1321
1320
if (constr->check[i].ccnoinherit && !include_noinherit)
1322
1323
1324
-
1325
cexpr = stringToNode(constr->check[i].ccbin);
1326
1327
0 commit comments