mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 22:28:15 -04:00
Fix typo comments
Erik Rijkers
This commit is contained in:
parent
54386f3578
commit
6cfa54e384
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue