[COMMITTERS] pgsql: Improve comments for execExpr.c'sisAssignmentIndirectionExpr(). - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Improve comments for execExpr.c'sisAssignmentIndirectionExpr().
Date
Msg-id E1dWRPv-0007h3-Cq@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: [COMMITTERS] pgsql: pg_upgrade i18n: Fix "%s server/cluster" wording
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Improve comments for execExpr.c's handling of FieldStoresubexpr