[MASSMAIL]pgsql: Further cleanup for recent JSON-related commits. - Mailing list pgsql-committers

From Tom Lane
Subject [MASSMAIL]pgsql: Further cleanup for recent JSON-related commits.
Date
Msg-id E1rsR3T-000Ulz-3U@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Further cleanup for recent JSON-related commits.

The link commands in test_json_parser/Makefile were a long way
shy of a load, as evidenced by buildfarm failures.  Model them
on pgxs.mk's PROGRAM rule.  (Probably we should have put these
two test programs in different subdirectories so we could
actually use the PROGRAM rule.  But I won't question that
decision today.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/332d406140632d352145443b725a206b73ce2167

Modified Files
--------------
src/test/modules/test_json_parser/Makefile | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [MASSMAIL]pgsql: Further cleanup for recent JSON-related commits.
Next
From: Tom Lane
Date:
Subject: [MASSMAIL] pgsql: Fix ecpg's mechanism for detecting unsupported cases in the gram