Fix process execution. Fixes #1679. Fixes #2144. Re-engineer the background process executor, to avoid using sqlite as some builds of components it relies on do not support working in forked children.
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b7c5039416edb3aa927dda7c311fc3a72def490e Author: Ashesh Vashi <ashesh.va...@enterprisedb.com> Modified Files -------------- web/pgadmin/misc/bgprocess/__init__.py | 23 +- web/pgadmin/misc/bgprocess/process_executor.py | 557 ++++++++++++--------- web/pgadmin/misc/bgprocess/processes.py | 270 +++++++--- .../misc/bgprocess/static/css/bgprocess.css | 26 + web/pgadmin/misc/bgprocess/static/js/bgprocess.js | 124 ++--- 5 files changed, 624 insertions(+), 376 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers