pgsql: Remove pg_regress' --load-language option. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove pg_regress' --load-language option.
Date
Msg-id E1j2dhM-0000Yj-8D@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/751c63cea0befe292fafd9a4a1f16dfa2f1746f9

Modified Files
--------------
src/test/regress/pg_regress.c | 17 -----------------
1 file changed, 17 deletions(-)


pgsql-committers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: pgsql: walreceiver uses a temporary replication slot by default
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Recreate website's formatting for "website" doc builds.