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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix ExprState's tag to be of type NodeTag rather than Node.
Date: 2019-09-23 22:28:38
Message-ID: E1iCWow-0005h5-ED@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-09-24 08:05:44 pgsql: Don't disable ccache when building with coverage support
Previous Message Jeff Davis 2019-09-23 21:05:42 pgsql: Add libpq parameter 'channel_binding'.