From: Alvaro Herrera Date: Wed, 25 Apr 2018 02:00:48 +0000 (-0300) Subject: Update ExecInitPartitionInfo comment X-Git-Tag: REL_11_BETA1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd4aad32395c1f2c3214657261b32b94475358c8;p=postgresql Update ExecInitPartitionInfo comment 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 --- diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index f7418f64b1..b2ee92eb15 100644 --- a/src/backend/executor/execPartition.c +++ b/src/backend/executor/execPartition.c @@ -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 */