mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix typos in comments.
Backpatch to all supported versions, where applicable, to make backpatching of future fixes go more smoothly. Josh Soref Discussion: https://www.postgresql.org/message-id/CACZqfqCf+5qRztLPgmmosr-B0Ye4srWzzw_mo4c_8_B_mtjmJQ@mail.gmail.com
This commit is contained in:
@ -1261,7 +1261,7 @@ InitResultRelInfo(ResultRelInfo *resultRelInfo,
|
||||
resultRelInfo->ri_projectReturning = NULL;
|
||||
|
||||
/*
|
||||
* If partition_root has been specified, that means we are builiding the
|
||||
* If partition_root has been specified, that means we are building the
|
||||
* ResultRelationInfo for one of its leaf partitions. In that case, we
|
||||
* need *not* initialize the leaf partition's constraint, but rather the
|
||||
* the partition_root's (if any). We must do that explicitly like this,
|
||||
|
Reference in New Issue
Block a user