pgsql: Rename typedef in jsonpath_gram.y from "string" to "JsonPathStri

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename typedef in jsonpath_gram.y from "string" to "JsonPathStri
Date: 2019-03-19 18:01:57
Message-ID: E1h6J3l-0007PM-Lk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"

Reason is the same as in 75c57058b0.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5e28b778bf9a5835e702277119c5f92b4dbab45e

Modified Files
--------------
src/backend/utils/adt/jsonpath_gram.y | 13 +++++++------
src/backend/utils/adt/jsonpath_scan.l | 2 +-
src/include/utils/jsonpath_scanner.h | 6 +++---
3 files changed, 11 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-19 20:20:40 pgsql: Restructure libpq's handling of send failures.
Previous Message Peter Geoghegan 2019-03-19 17:00:08 pgsql: Tweak nbtsearch.c function prototype order.