pgsql: Remove some make rules added in 142c400d72

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove some make rules added in 142c400d72
Date: 2019-03-17 08:16:58
Message-ID: E1h5QyY-0005Bn-Iy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove some make rules added in 142c400d72

Because they fail build of jsonpath_scan.c.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/Makefile | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-03-17 09:52:37 pgsql: Apply const qualifier to keywords of jsonpath_scan.l
Previous Message Alexander Korotkov 2019-03-17 07:56:44 pgsql: Fix make rules for jsonpath grammar making them similar to SQL g