pgAdmin 4 commit: Fix an initialisation error when two functions with p

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an initialisation error when two functions with p
Date: 2019-06-10 13:58:16
Message-ID: E1haKoS-0008CL-7C@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-10 13:58:20 Re: [pgAdmin][RM4329] Initialization error when parameterised functions debugged in parallel in two separate tabs
Previous Message Dave Page 2019-06-10 13:25:16 Re: [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12