pgsql: Remove JsonPathSpec typedef

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove JsonPathSpec typedef
Date: 2022-05-04 15:42:32
Message-ID: E1nmH95-002WUA-Ju@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-05-04 18:44:55 pgsql: Fix rowcount estimate for SubqueryScan that's under a Gather.
Previous Message Peter Eisentraut 2022-05-04 12:22:39 pgsql: Simplify configure test