[pgAdmin4][debugger]: RM #1354 & RM #1323

From: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][debugger]: RM #1354 & RM #1323
Date: 2016-06-18 10:43:44
Message-ID: CACCA4P3jkuoMfpzbTBTpTUsve=iG3JLUr8kyj_FMo-5zjvNYFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find attached patch file for the fix of RM #1354 and RM #1323.

RM 1354 - Debugging PL/pgSQL causes "Debugger: Error fetching variable
information".

RM 1323 - Debugger: Continue execution error displayed if debug plpgsql
function in Desktop Runtime Application.

Both the issue are related. Below are the issue description and solution.

*Issue :- *

We are getting error of "fetching variable information" and "execution
error" because as one query is already in state of execution and at the
same time without getting its result we are sending another query to fetch
the variable and stack information and due to that we are getting the error.

*Solution:-*

We should give enough time for execution query to finish its operation and
then we should get the function debug information like variable info, stack
info, breakpoint info etc.

Do review it and let us know for comments.

Thanks,
Neel Patel

Attachment Content-Type Size
RM_1354_1323.patch application/octet-stream 5.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-18 15:10:02 Re: [pgAdmin4][debugger]: RM #1354 & RM #1323
Previous Message Dave Page 2016-06-17 21:07:08 pgAdmin 4 commit: Second attempt at fixing the file handling code. Test