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

2021-03-31 Thread Jain, Ankit
Thank you for the pointer. We were able to build it correctly after setting the PG-13 path PATH=$PATH:/usr/pgsql-13/bin From: Ian Lawrence Barwick Sent: Tuesday, February 2, 2021 2:54 AM To: Jain, Ankit Cc: pgsql-gene...@postgresql.org Subject: Re: Issues with using plpgsql debugger using PG13

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

2021-02-01 Thread Ian Lawrence Barwick
2021年2月2日(火) 12:06 Jain, Ankit : (...) > 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 ?

Issues with using plpgsql debugger using PG13 on Centos 7

2021-02-01 Thread Jain, Ankit
Hi, I am trying to setup the debugger plugin on Centos 7 where PG 13 server has been setup using the git repository located here - https://git.postgresql.org/gitweb/?p=pldebugger.git;a=summary The OS version is CentOS Linux release 7.9.2009 (Core). However, after making the changes to postgresq