mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix typos in comments.
Etsuro Fujita Discussion: http://postgr.es/m/968d99bf-0fa8-085b-f0a1-a379f8d661ff@lab.ntt.co.jp
This commit is contained in:
@ -1340,9 +1340,9 @@ InitResultRelInfo(ResultRelInfo *resultRelInfo,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* If partition_root has been specified, that means we are building the
|
* If partition_root has been specified, that means we are building the
|
||||||
* ResultRelationInfo for one of its leaf partitions. In that case, we
|
* ResultRelInfo for one of its leaf partitions. In that case, we need
|
||||||
* need *not* initialize the leaf partition's constraint, but rather the
|
* *not* initialize the leaf partition's constraint, but rather the
|
||||||
* the partition_root's (if any). We must do that explicitly like this,
|
* partition_root's (if any). We must do that explicitly like this,
|
||||||
* because implicit partition constraints are not inherited like user-
|
* because implicit partition constraints are not inherited like user-
|
||||||
* defined constraints and would fail to be enforced by ExecConstraints()
|
* defined constraints and would fail to be enforced by ExecConstraints()
|
||||||
* after a tuple is routed to a leaf partition.
|
* after a tuple is routed to a leaf partition.
|
||||||
|
Reference in New Issue
Block a user