pgsql: Remove JsonPathSpec typedef - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove JsonPathSpec typedef
Date
Msg-id E1nmH95-002WUA-Ju@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Simplify configure test
Next
From: Tom Lane
Date:
Subject: pgsql: Fix rowcount estimate for SubqueryScan that's under a Gather.