Further cleanup for recent JSON-related commits.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 332d406140632d352145443b725a206b73ce2167
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-04-04T17:39:12Z
Releases: 17.0
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.)

Files

PathChange+/−
src/test/modules/test_json_parser/Makefile modified +4 −6