pgsql: Rename typedef in jsonpath_scan.l from "keyword" to"JsonPathKey - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Rename typedef in jsonpath_scan.l from "keyword" to"JsonPathKey
Date
Msg-id E1h6CBC-0006zE-M2@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Ignore attempts to add TOAST table to shared or catalog tables
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Reorder LOCALLOCK structure members to compact the size