pgsql: Fix make rules for jsonpath grammar making them similar to SQL g

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix make rules for jsonpath grammar making them similar to SQL g
Date: 2019-03-17 07:56:44
Message-ID: E1h5Qey-0004nA-3w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-03-17 08:16:58 pgsql: Remove some make rules added in 142c400d72
Previous Message Peter Eisentraut 2019-03-17 07:47:45 pgsql: Add support for collation attributes on older ICU versions