mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
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
This commit is contained in:
@@ -60,7 +60,7 @@ typedef Datum (*ExprStateEvalFunc) (struct ExprState *expression,
|
||||
|
||||
typedef struct ExprState
|
||||
{
|
||||
NodeTag tag;
|
||||
NodeTag type;
|
||||
|
||||
uint8 flags; /* bitmask of EEO_FLAG_* bits, see above */
|
||||
|
||||
|
Reference in New Issue
Block a user