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-07-25 09:23:19 |
Message-ID: | E1hqZy3-0005e8-Cd@gothos.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Fix an initialisation error when two functions with parameters are debugged in parallel. Fixes #4329
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=59c260ec9c2a5e3cf48bad8f81dd8e4362109e02
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2019-07-25 09:23:20 | pgAdmin 4 commit: update the release date and message catalogs |
Previous Message | Dave Page | 2019-07-25 09:23:18 | pgAdmin 4 commit: Stop using application/x-javascript as a mime type an |