Commit 6cfa54e3 authored by Magnus Hagander's avatar Magnus Hagander

Fix typo comments

Erik Rijkers
parent 54386f35
...@@ -13244,7 +13244,7 @@ ATExecAttachPartition(List **wqueue, Relation rel, PartitionCmd *cmd) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment