pgsql: Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKey

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKey
Date: 2019-03-19 10:41:10
Message-ID: E1h6CBC-0006zE-M2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"

Typedef name should be both unique and non-intersect with variable names
across all the sources. That makes both pg_indent and debuggers happy.

Discussion: https://postgr.es/m/23865.1552936099%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75c57058b0f5d511a9d80ddfab68a761229d68ea

Modified Files
--------------
src/backend/utils/adt/jsonpath_scan.l | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-03-19 13:23:37 pgsql: Reorder LOCALLOCK structure members to compact the size
Previous Message Peter Eisentraut 2019-03-19 10:18:48 pgsql: Ignore attempts to add TOAST table to shared or catalog tables