[pgAdmin][RM5176] Enhance debugging pgAdmin subprocesses

2020-02-10 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to enhance debugging pgAdmin subprocesses. When logging set to DEBUG, the output and error from popen used to spawn the process will be logged. Currently, if the process terminates abnormally then the error is not logged which makes it very difficult to find the r

Re: node.js: "getView:generate_url" has explicit with_id=false

2020-02-10 Thread Ashesh Vashi
On Tue, Feb 11, 2020 at 10:49 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > On Mon, Feb 10, 2020 at 11:13 PM Radoslaw Garbacz < > radoslaw.garb...@xtremedatainc.com> wrote: > >> Hi, >> >> I am just getting familiar with the sources. >> >> As the title, when requesting node'

Re: node.js: "getView:generate_url" has explicit with_id=false

2020-02-10 Thread Khushboo Vashi
Hi, On Mon, Feb 10, 2020 at 11:13 PM Radoslaw Garbacz < radoslaw.garb...@xtremedatainc.com> wrote: > Hi, > > I am just getting familiar with the sources. > > As the title, when requesting node's properties the call to "generate_url" > has explicit "with_id=false" (node.js line 287 in "getView" fu

node.js: "getView:generate_url" has explicit with_id=false

2020-02-10 Thread Radoslaw Garbacz
Hi, I am just getting familiar with the sources. As the title, when requesting node's properties the call to "generate_url" has explicit "with_id=false" (node.js line 287 in "getView" function), which results in the generated url not to have this node's ID (just it's parent). What is the purpose