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

From Andres Freund
Subject pgsql: Fix ExprState's tag to be of type NodeTag rather than Node.
Date
Msg-id E1iCWow-0005h5-ED@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Add libpq parameter 'channel_binding'.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Don't disable ccache when building with coverage support