Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6cfa54e

Browse files
committed
Fix typo comments
Erik Rijkers
1 parent 54386f3 commit 6cfa54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/tablecmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13244,7 +13244,7 @@ ATExecAttachPartition(List **wqueue, Relation rel, PartitionCmd *cmd)
1324413244
skip_validate = true;
1324513245

1324613246
/*
13247-
* We choose to err on the safer side, ie, give up on skipping the the
13247+
* We choose to err on the safer side, i.e., give up on skipping the
1324813248
* validation scan, if the partition key column doesn't have the NOT
1324913249
* NULL constraint and the table is to become a list partition that
1325013250
* does not accept nulls. In this case, the partition predicate

0 commit comments

Comments
 (0)