pgsql: Apply const qualifier to keywords of jsonpath_scan.l

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Apply const qualifier to keywords of jsonpath_scan.l
Date: 2019-03-17 09:52:37
Message-ID: E1h5ST7-000785-JN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Apply const qualifier to keywords of jsonpath_scan.l

Discussion: https://postgr.es/m/CAEeOP_a-Pfy%3DU9-f%3DgQ0AsB8FrxrC8xCTVq%2BeO71-2VoWP5cag%40mail.gmail.com
Author: Mark G

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/aa1b7f386687dec17ffa62d13026580050734632

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-03-17 09:59:52 pgsql: Beautify initialization of JsonValueList and JsonLikeRegexContex
Previous Message Alexander Korotkov 2019-03-17 08:16:58 pgsql: Remove some make rules added in 142c400d72