pgsql: Remove T_Expr

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove T_Expr
Дата
Msg-id E1mQ42b-0001sW-Iw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove T_Expr

This is an abstract node that shouldn't have a node tag defined.

Reviewed-by: Jacob Champion <pchampion@vmware.com>
Discussion: https://www.postgresql.org/message-id/c091e5cd-45f8-69ee-6a9b-de86912cc7e7@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/85399291977324d5c9f634a9a9d6d8591bfe7520

Modified Files
--------------
src/include/nodes/nodes.h | 1 -
1 file changed, 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: jit: Do not try to shut down LLVM state in case of LLVM triggere
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix planner error with multiple copies of an AlternativeSubPlan.