pgsql: Further cleanup for recent JSON-related commits.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further cleanup for recent JSON-related commits.
Date: 2024-04-04 17:39:15
Message-ID: E1rsR3T-000Ulz-3U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-04-04 19:32:09 pgsql: Fix ecpg's mechanism for detecting unsupported cases in the gram
Previous Message Tom Lane 2024-04-04 17:21:40 pgsql: Further cleanup for recent JSON-related commits.