pgAdmin 4 commit: Ensure we handle external processes that fail to star

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure we handle external processes that fail to star
Date: 2016-10-21 14:35:09
Message-ID: E1bxaub-0005a4-Vc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure we handle external processes that fail to start. Fixes #1679

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e6d018c44f73bcf54644a8341065fbc282792205
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/bgprocess/processes.py | 14 +++++++++++---
web/pgadmin/misc/bgprocess/static/js/bgprocess.js | 5 +++--
2 files changed, 14 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-21 14:39:47 Re: PATCH: To raise an error if background job fails to start (pgAdmin4)
Previous Message Dave Page 2016-10-21 14:24:28 Re: [pgAdmin4][Patch]: RM1867 - User can not drop package body under properties section