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

From: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][debugger]: RM #1354 & RM #1323
Date: 2016-06-19 16:50:56
Message-ID: CACCA4P31=pfJV1EnvucpznCzxYeYyB0WKsMxX1iu3fVbG_xy8Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,

make sense. We should ensure that operations happen sequentially.
Please find attached patch file for the fix.

Thanks,
Neel Patel

On Sat, Jun 18, 2016 at 8:40 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Hi
>
> Isn't any solution that relies on artificial delays likely to fail sooner
> or later? Can't we reliably ensure the operations happen sequentially?
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK:http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> On 18 Jun 2016, at 11:43, Neel Patel <neel(dot)patel(at)enterprisedb(dot)com> wrote:
>
> 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
>
> <RM_1354_1323.patch>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

Attachment Content-Type Size
RM_1354_1323_v2.patch application/octet-stream 849 bytes

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-06-20 04:16:50 [pgAdmin4][Patch]: RM#1337 - Query Tool: Cannot copy result set to clipboard.
Previous Message Adam Brusselback 2016-06-18 16:29:53 [debugger] Ability to execute statements at breakpoint and analyze results of data returning statements