Rename NodeTag of ExprState

Peter Eisentraut <peter@eisentraut.org>

Commit: d9a38c52cef3cf80c4259277f11d42a86ecb1952
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-07-21T06:48:33Z
Releases: 15.0
Rename NodeTag of ExprState

Rename from tag to type, for consistency with all other node structs.

Discussion: https://www.postgresql.org/message-id/flat/c1097590-a6a4-486a-64b1-e1f9cc0533ce@enterprisedb.com

Files

PathChange+/−
src/backend/executor/execExpr.c modified +2 −2
src/include/nodes/execnodes.h modified +1 −1

Discussion