]> granicus.if.org Git - postgresql/commitdiff
Update ExecInitPartitionInfo comment
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 25 Apr 2018 02:00:48 +0000 (23:00 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 25 Apr 2018 02:00:48 +0000 (23:00 -0300)
Remove the words "if not already done."  This obsolete wording
corresponds to an early development version of what became edd44738bc8.

Author: Etsuro Fujita
Reviewed-by: Amit Langote
Discussion: https://postgr.es/m/5ADF117B.5030606@lab.ntt.co.jp

src/backend/executor/execPartition.c

index f7418f64b18c1b3176d6a47712c3969b538c7168..b2ee92eb155a67bf1910cb1ef8a13d72f252839e 100644 (file)
@@ -294,8 +294,7 @@ ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd,
 
 /*
  * ExecInitPartitionInfo
- *             Initialize ResultRelInfo and other information for a partition if not
- *             already done
+ *             Initialize ResultRelInfo and other information for a partition
  *
  * Returns the ResultRelInfo
  */