aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-04-10 11:18:39 +0900
committerMichael Paquier <michael@paquier.xyz>2020-04-10 11:18:39 +0900
commitdd0f37eccecc2db5c0ffafefbf697a2c916e8bc3 (patch)
treeb95a1aa4d072068633f3f022a88180780d386015 /src/backend/commands/tablecmds.c
parente083fa34ced0d53807a57482048bb4c135c3d006 (diff)
downloadpostgresql-dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3.tar.gz
postgresql-dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3.zip
Fix collection of typos and grammar mistakes in the tree
This fixes some comments and documentation new as of Postgres 13. Author: Justin Pryzby Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
Diffstat (limited to 'src/backend/commands/tablecmds.c')
-rw-r--r--src/backend/commands/tablecmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c
index 6162fb018c7..037d457c3d4 100644
--- a/src/backend/commands/tablecmds.c
+++ b/src/backend/commands/tablecmds.c
@@ -16846,7 +16846,7 @@ ATExecDetachPartition(Relation rel, RangeVar *name)
list_free_deep(fks);
/*
- * Any sub-constrains that are in the referenced-side of a larger
+ * Any sub-constraints that are in the referenced-side of a larger
* constraint have to be removed. This partition is no longer part of the
* key space of the constraint.
*/