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