pgsql: Update ExecInitPartitionInfo comment

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update ExecInitPartitionInfo comment
Date: 2018-04-25 02:04:29
Message-ID: E1fB9nJ-0003PA-3l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bd4aad32395c1f2c3214657261b32b94475358c8

Modified Files
--------------
src/backend/executor/execPartition.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2018-04-25 07:30:19 pgsql: Fix typo
Previous Message Alvaro Herrera 2018-04-24 17:04:06 pgsql: Initialize ExprStates once in run-time partition pruning