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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix ExprState's tag to be of type NodeTag rather than Node.
Дата
Msg-id E1iCWow-0005h5-ED@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Add libpq parameter 'channel_binding'.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Don't disable ccache when building with coverage support