diff options
author | Magnus Hagander | 2016-12-27 09:24:21 +0000 |
---|---|---|
committer | Magnus Hagander | 2016-12-27 09:24:21 +0000 |
commit | 6cfa54e384700d4a2124e5c4d7a1eb91e8e0eeb7 (patch) | |
tree | c22677e027579be26800348ae31a62b507123a33 /src | |
parent | 54386f3578258caa5a1de97c434eee2c9ee2ab06 (diff) |
Fix typo comments
Erik Rijkers
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/commands/tablecmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index a7ac85e7ab1..b0e3f28aeab 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 |