1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-21 15:54:08 +03:00

Fix typo comments

Erik Rijkers
This commit is contained in:
Magnus Hagander 2016-12-27 10:24:21 +01:00
parent 54386f3578
commit 6cfa54e384

View File

@ -13244,7 +13244,7 @@ ATExecAttachPartition(List **wqueue, Relation rel, PartitionCmd *cmd)
skip_validate = true; 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 * validation scan, if the partition key column doesn't have the NOT
* NULL constraint and the table is to become a list partition that * NULL constraint and the table is to become a list partition that
* does not accept nulls. In this case, the partition predicate * does not accept nulls. In this case, the partition predicate