pgsql: Remove JsonPathSpec typedef

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove JsonPathSpec typedef
Дата
Msg-id E1nmH95-002WUA-Ju@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove JsonPathSpec typedef

It doesn't seem very useful, and it's a bit in the way of the planned
node support automation.

Discussion: https://www.postgresql.org/message-id/202204191140.3wsbevfhqmu3@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dc2be6ed47e54004666a78e1592896c08f2be80e

Modified Files
--------------
src/backend/parser/parse_jsontable.c | 2 +-
src/include/nodes/parsenodes.h       | 8 +-------
2 files changed, 2 insertions(+), 8 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Simplify configure test
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix rowcount estimate for SubqueryScan that's under a Gather.