| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | linreg(at)gmx(dot)net, pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: BUG #16843: pg_upgrade from 12.5 to 13.1 with extension plperlu failed |
| Date: | 2021-01-28 15:43:45 |
| Message-ID: | 2547214.1611848625@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Bruce Momjian <bruce(at)momjian(dot)us> writes:
> On Thu, Jan 28, 2021 at 10:34:46AM -0500, Tom Lane wrote:
>> PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
>>> pg_restore: Error: could not execute query: ERROR: Language »plperlu« does
>>> not exist
>>> The statement was: CREATE OR REPLACE PROCEDURAL LANGUAGE "plperlu";
>> It looks like you neglected to install the plperlu package
>> (it's probably named something like postgresql-plperl).
> Yeah, I am confused why this was not reported clearly to the user.
It is odd that pg_upgrade's checks didn't catch it earlier. But
we can't investigate without more info about exactly what Postgres
packages are present on the OP's system.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2021-01-28 15:56:44 | Re: BUG #16843: pg_upgrade from 12.5 to 13.1 with extension plperlu failed |
| Previous Message | Bruce Momjian | 2021-01-28 15:36:35 | Re: BUG #16843: pg_upgrade from 12.5 to 13.1 with extension plperlu failed |