Обсуждение: pgsql: Fix ExprState's tag to be of type NodeTag rather than Node.

Поиск
Список
Период
Сортировка

pgsql: Fix ExprState's tag to be of type NodeTag rather than Node.

От
Andres Freund
Дата:
Fix ExprState's tag to be of type NodeTag rather than Node.

This appears to have been an oversight in b8d7f053c5c2. As it's
effectively harmless, though confusing, only fix in master.

Author: Andres Freund

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/30d13796582fe13df0cbea1a8605d926a454d32f

Modified Files
--------------
src/backend/executor/execExpr.c | 2 +-
src/include/nodes/execnodes.h   | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)