Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"
authorAlexander Korotkov <[email protected]>
Tue, 19 Mar 2019 10:34:16 +0000 (13:34 +0300)
committerAlexander Korotkov <[email protected]>
Tue, 19 Mar 2019 10:40:55 +0000 (13:40 +0300)
commit75c57058b0f5d511a9d80ddfab68a761229d68ea
tree758c4a8049a5364bca60e0af070726f152c8dacd
parent590a87025b0aa9ebca53c7b71ddf036e5acd8f08
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
src/backend/utils/adt/jsonpath_scan.l