Use portable diff options in pg_bsd_indent's regression test.
commit811f8d3f10a448644004954ad784bed4d51b88c7
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Nov 2024 23:08:48 +0000 (4 18:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Nov 2024 23:08:48 +0000 (4 18:08 -0500)
tree47738c1e649ce868769d9ef79d366deef79c86ac
parente2a912909308041d629f1e62ea84c76d179674b1
Use portable diff options in pg_bsd_indent's regression test.

We had been using "diff -upd", which evidently works for most people,
but Solaris's diff doesn't like it.  (We'd not noticed because the
Solaris buildfarm animals weren't running this test until they were
upgraded to the latest buildfarm client script.)  Change to "diff -U3"
which is what pg_regress has used for ages.

Per buildfarm (and off-list discussion with Noah Misch).

Back-patch to v16 where this test was added.  In v16,
also back-patch the relevant part of 628c1d1f2 so that
the test script looks about the same in all branches.
src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl