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: cant connect to localhost:5432 (but unix socket ok)

2021-02-05 Thread Jain, Ankit
Did you try modifying the firewall settings ? Add postgres service to the firewall. If that doesn’t work, explicitly open the port 5433 in the firewall. From: Joao Miguel Ferreira Sent: Thursday, February 4, 2021 10:08 AM To: Tom Lane Cc: dep...@depesz.com; pgsql-general Subject: Re: cant con

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