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

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 75c57058b0f5d511a9d80ddfab68a761229d68ea
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2019-03-19T10:40:55Z
Releases: 12.0
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

Files

PathChange+/−
src/backend/utils/adt/jsonpath_scan.l modified +9 −9

Discussion

  • jsonpath 198 messages · 2018-01-07 → 2019-05-17