Re: pgAdmin debugger failure when search_path set

2020-08-11 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch for RM4123, where debugger doesn't work if the search path is set other than public(where the debugger extension is installed). Now the schema public is appended to the existing search path and it will now work no matter what the search path is. I've also renamed

Re: pgAdmin debugger failure when search_path set

2020-08-10 Thread Aditya Toshniwal
Hi Akshay, On Tue, Aug 11, 2020 at 12:13 PM Akshay Joshi wrote: > Hi Aditya > > On Thu, Aug 6, 2020 at 4:48 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Dave/Team, >> >> I've been working on an issue to make debugger work no matter what the >> search patch is set. I'

Re: pgAdmin debugger failure when search_path set

2020-08-10 Thread Akshay Joshi
Hi Aditya On Thu, Aug 6, 2020 at 4:48 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Dave/Team, > > I've been working on an issue to make debugger work no matter what the > search patch is set. I've managed to call the appropriate functions from > pgAdmin using a schema qual

pgAdmin debugger failure when search_path set

2020-08-06 Thread Aditya Toshniwal
Hi Dave/Team, I've been working on an issue to make debugger work no matter what the search patch is set. I've managed to call the appropriate functions from pgAdmin using a schema qualified name with no issues. However, the internal calls in the function don't look schema qualified. For instance,