Remove pg_regress' --load-language option.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Feb 2020 16:20:07 +0000 (11:20 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Feb 2020 16:20:07 +0000 (11:20 -0500)
commit751c63cea0befe292fafd9a4a1f16dfa2f1746f9
tree9a94131f96b7401a210c01765fe4a83f9c737a40
parent11f063b0a974f4e1c87c26d0fe259c2167f3d00e
Remove pg_regress' --load-language option.

We haven't used this option since inventing extensions.  As of commit
50fc694e4 it's actually formally equivalent to --load-extension, so
let's just drop it.

Discussion: https://postgr.es/m/6853.1581627393@sss.pgh.pa.us
src/test/regress/pg_regress.c