pgsql: Fix make rules for jsonpath grammar making them similar to SQLg - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix make rules for jsonpath grammar making them similar to SQLg
Date
Msg-id E1h5Qey-0004nA-3w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix make rules for jsonpath grammar making them similar to SQL grammar

Reported-by: Jeff Janes, Tom Lane
Discussion: https://postgr.es/m/CAMkU%3D1w1qBvoW82ZTFpAKae027R-2OHw-m6ALe0VQRNAFueBVA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/142c400d72f77e7249306b80e0149f4fd35c6304

Modified Files
--------------
src/backend/Makefile           |  4 +++-
src/backend/utils/adt/Makefile | 10 +++++++++-
src/include/Makefile           |  4 ++--
3 files changed, 14 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add support for collation attributes on older ICU versions
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Remove some make rules added in 142c400d72