Re: Issues with using plpgsql debugger using PG13 on Centos 7

From: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
To: "Jain, Ankit" <Ankit(dot)Jain(at)snapon(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Issues with using plpgsql debugger using PG13 on Centos 7
Date: 2021-02-02 07:53:30
Message-ID: CAB8KJ=j7H66FMupL1DmZ6abmY8L6cAaBR1Jm+FY-mdQbRyRT1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2021年2月2日(火) 12:06 Jain, Ankit <Ankit(dot)Jain(at)snapon(dot)com>:
(...)

> But got the following error –
>
> ERROR: could not load library "/usr/pgsql-13/lib/plugin_debugger.so":
> /usr/pgsql-13/lib/plugin_debugger.so: undefined symbol: LWLockAssign SQL
> state: 58P01
>
>
>
> Can you please help with getting the debugger working ?
>

It looks like the extension code was compiled against an older PostgreSQL
version (presumably 9.5 or earlier; LWLockAssign was removed in 9.6).

You'll need to make sure it's compiled against the major version you're
using.

Regards

Ian Barwick

--
EnterpriseDB: https://www.enterprisedb.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Atul Kumar 2021-02-02 08:14:15 Re: vacuum is time consuming
Previous Message Jain, Ankit 2021-02-02 03:05:55 Issues with using plpgsql debugger using PG13 on Centos 7