pgsql: Rename typedef in jsonpath_gram.y from "string" to"JsonPathStri - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Rename typedef in jsonpath_gram.y from "string" to"JsonPathStri
Date
Msg-id E1h6J3l-0007PM-Lk@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Tweak nbtsearch.c function prototype order.
Next
From: Tom Lane
Date:
Subject: pgsql: Restructure libpq's handling of send failures.