Further cleanup for recent JSON-related commits.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Apr 2024 17:39:12 +0000 (13:39 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Apr 2024 17:39:12 +0000 (13:39 -0400)
commit332d406140632d352145443b725a206b73ce2167
tree9de5147e44e928dfeb7c59847c6b3ffc46eb38e8
parent2497a669effbbdda3e7be573d850b445d1ab6512
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.)
src/test/modules/test_json_parser/Makefile