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:
parent
54386f3578
commit
6cfa54e384
@ -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…
x
Reference in New Issue
Block a user