pgsql: Rename a nonterminal used in SQL/JSON grammar

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename a nonterminal used in SQL/JSON grammar
Date: 2023-07-26 08:09:45
Message-ID: E1qOZaa-001PJA-4X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename a nonterminal used in SQL/JSON grammar

This renames json_output_clause_opt to json_returning_clause_opt,
because the new name makes more sense given that the governing
keyword is RETURNING.

Per suggestion from Álvaro Herrera.

Discussion: https://postgr.es/m/20230707122820.wy5zlmhn4tdzbojl%40alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/254ac5a7c31f7e6d3908c057461db5401d2110b0

Modified Files
--------------
src/backend/parser/gram.y | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2023-07-27 00:03:46 pgsql: Adjust extra lines generated by psql to be valid SQL comments.
Previous Message Masahiko Sawada 2023-07-26 05:43:57 pgsql: Fix crash with RemoveFromWaitQueue() when detecting a deadlock.