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
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
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