🌐 AI搜索 & 代理 主页
Skip to content

Commit cd83ed9

Browse files
committed
Fix typo in tablecmds.c
Author: Chao Li <li.evan.chao@gmail.com> Discussion: https://postgr.es/m/CAEoWx2%3DAib%2BcatZn6wHKmz0BWe8-q10NAhpxu8wUDT19SddKNA%40mail.gmail.com
1 parent 0d2d4a0 commit cd83ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/tablecmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13070,7 +13070,7 @@ QueueFKConstraintValidation(List **wqueue, Relation conrel, Relation fkrel,
1307013070

1307113071
/*
1307213072
* If the table at either end of the constraint is partitioned, we need to
13073-
* recurse and handle every unvalidate constraint that is a child of this
13073+
* recurse and handle every unvalidated constraint that is a child of this
1307413074
* constraint.
1307513075
*/
1307613076
if (fkrel->rd_rel->relkind == RELKIND_PARTITIONED_TABLE ||

0 commit comments

Comments
 (0)