projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d2d4a0
)
Fix typo in tablecmds.c
author
David Rowley
<
[email protected]
>
Mon, 15 Dec 2025 04:17:04 +0000
(17:17 +1300)
committer
David Rowley
<
[email protected]
>
Mon, 15 Dec 2025 04:17:04 +0000
(17:17 +1300)
Author: Chao Li <
[email protected]
>
Discussion: https://postgr.es/m/CAEoWx2%3DAib%2BcatZn6wHKmz0BWe8-q10NAhpxu8wUDT19SddKNA%40mail.gmail.com
src/backend/commands/tablecmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/tablecmds.c
b/src/backend/commands/tablecmds.c
index 7550ee7c164d239aaee22a0b2b42748530f2ee86..6b1a00ed477d3af8062469abbda0b8c855903541 100644
(file)
--- 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 unvalidate
d
constraint that is a child of this
* constraint.
*/
if (fkrel->rd_rel->relkind == RELKIND_PARTITIONED_TABLE ||