From: Magnus Hagander Date: Tue, 27 Dec 2016 09:24:21 +0000 (+0100) Subject: Fix typo comments X-Git-Tag: REL_10_BETA1~1186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cfa54e384700d4a2124e5c4d7a1eb91e8e0eeb7;p=postgresql Fix typo comments Erik Rijkers --- diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index a7ac85e7ab..b0e3f28aea 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -13244,7 +13244,7 @@ ATExecAttachPartition(List **wqueue, Relation rel, PartitionCmd *cmd) skip_validate = true; /* - * We choose to err on the safer side, ie, give up on skipping the the + * We choose to err on the safer side, i.e., give up on skipping the * validation scan, if the partition key column doesn't have the NOT * NULL constraint and the table is to become a list partition that * does not accept nulls. In this case, the partition predicate