From dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 10 Apr 2020 11:18:39 +0900 Subject: 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 --- src/backend/commands/tablecmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/commands/tablecmds.c') 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. */ -- cgit v1.2.3