mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Update ExecInitPartitionInfo comment
Remove the words "if not already done." This obsolete wording
corresponds to an early development version of what became edd44738bc
.
Author: Etsuro Fujita
Reviewed-by: Amit Langote
Discussion: https://postgr.es/m/5ADF117B.5030606@lab.ntt.co.jp
This commit is contained in:
@ -294,8 +294,7 @@ ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* ExecInitPartitionInfo
|
* ExecInitPartitionInfo
|
||||||
* Initialize ResultRelInfo and other information for a partition if not
|
* Initialize ResultRelInfo and other information for a partition
|
||||||
* already done
|
|
||||||
*
|
*
|
||||||
* Returns the ResultRelInfo
|
* Returns the ResultRelInfo
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user