From cd83ed9a91bbd4d05fffd059161b060b7473f5ad Mon Sep 17 00:00:00 2001 From: David Rowley Date: Mon, 15 Dec 2025 17:17:04 +1300 Subject: [PATCH] Fix typo in tablecmds.c Author: Chao Li Discussion: https://postgr.es/m/CAEoWx2%3DAib%2BcatZn6wHKmz0BWe8-q10NAhpxu8wUDT19SddKNA%40mail.gmail.com --- src/backend/commands/tablecmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index 7550ee7c164..6b1a00ed477 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -13070,7 +13070,7 @@ QueueFKConstraintValidation(List **wqueue, Relation conrel, Relation fkrel, /* * If the table at either end of the constraint is partitioned, we need to - * recurse and handle every unvalidate constraint that is a child of this + * recurse and handle every unvalidated constraint that is a child of this * constraint. */ if (fkrel->rd_rel->relkind == RELKIND_PARTITIONED_TABLE || -- 2.39.5