Remove pg_regress' --load-language option.

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

Commit: 751c63cea0befe292fafd9a4a1f16dfa2f1746f9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-02-14T16:20:07Z
Releases: 13.0
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

Files

PathChange+/−
src/test/regress/pg_regress.c modified +0 −17

Discussion