Re: Error while upgrading from v12 to v13 - Mailing list pgsql-general

From Imre Samu
Subject Re: Error while upgrading from v12 to v13
Date
Msg-id CAJnEWwkf2MUtKGXc-P=2S7JJ1YOnOtUp+EMj5XFsoFqzj1MeeA@mail.gmail.com
Whole thread Raw
In response to Error while upgrading from v12 to v13  (shashidhar Reddy <shashidharreddy001@gmail.com>)
Responses Re: Error while upgrading from v12 to v13
List pgsql-general
> ERROR:  could not find function "pl_profiler_enable" in file

maybe obsolete function?

-- Drop obsolete function
DROP FUNCTION pl_profiler_enable(bool);


Regards,
 Imre

shashidhar Reddy <shashidharreddy001@gmail.com> ezt írta (időpont: 2022. okt. 29., Szo, 13:40):

I am getting below error while upgrading postgres from version 12 to 13 and not sure how to enable the function before upgrading the cluster. Can you please help me to resolve this.

 error: could not execute query: ERROR:  could not find function "pl_profiler_enable" in file
"/usr/lib/postgresql/13/lib/plprofiler.so"
Command was: CREATE FUNCTION "public"."pl_profiler_enable"("enabled" boolean) RETURNS boolean
    LANGUAGE "c"
    AS '$libdir/plprofiler', 'pl_profiler_enable';
Shashidhar

pgsql-general by date:

Previous
From: shashidhar Reddy
Date:
Subject: Re: Error while upgrading from v12 to v13
Next
From: shashidhar Reddy
Date:
Subject: Re: Error while upgrading from v12 to v13