pgsql: Improve comments for execExpr.c's isAssignmentIndirectionExpr().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve comments for execExpr.c's isAssignmentIndirectionExpr().
Date: 2017-07-15 18:03:47
Message-ID: E1dWRPv-0007h3-Cq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve comments for execExpr.c's isAssignmentIndirectionExpr().

I got confused about why this function doesn't need to recursively
search the expression tree for a CaseTestExpr node. After figuring
that out, add a comment to save the next person some time.

Branch
------
master

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

Modified Files
--------------
src/backend/executor/execExpr.c | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-07-15 20:57:49 pgsql: Improve comments for execExpr.c's handling of FieldStore subexpr
Previous Message Alvaro Herrera 2017-07-14 23:32:25 pgsql: pg_upgrade i18n: Fix "%s server/cluster" wording