pgAdmin 4 commit: Fix an initialisation error when two functions with p - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix an initialisation error when two functions with p
Date
Msg-id E1haKoS-0008CL-7C@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix an initialisation error when two functions with parameters are debugged in parallel. Fixes #4329

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5437a8adabaf199b63759923975145ba4d2e3676
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_9.rst                   |   3 +-
web/pgadmin/tools/debugger/__init__.py             | 587 +++++++++------------
web/pgadmin/tools/debugger/static/js/debugger.js   |  55 +-
.../tools/debugger/static/js/debugger_ui.js        |  19 +-
.../tools/debugger/static/js/debugger_utils.js     |  13 +
.../tools/debugger/utils/debugger_instance.py      |  81 +++
6 files changed, 387 insertions(+), 371 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin][RM4329] Initialization error when parameterisedfunctions debugged in parallel in two separate tabs