[COMMITTERS] pgsql: Improve comments for execExpr.c'sisAssignmentIndirectionExpr().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Improve comments for execExpr.c'sisAssignmentIndirectionExpr().
Дата
Msg-id E1dWRPv-0007h3-Cq@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: [COMMITTERS] pgsql: pg_upgrade i18n: Fix "%s server/cluster" wording
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Improve comments for execExpr.c's handling of FieldStoresubexpr