1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-18 05:01:01 +03:00

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
This commit is contained in:
David Rowley
2025-12-15 17:17:04 +13:00
parent 0d2d4a0ec3
commit cd83ed9a91

View File

@@ -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 * 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. * constraint.
*/ */
if (fkrel->rd_rel->relkind == RELKIND_PARTITIONED_TABLE || if (fkrel->rd_rel->relkind == RELKIND_PARTITIONED_TABLE ||