pgAdmin 4 commit: Ensure server cleanup on exit only happens if the ser

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure server cleanup on exit only happens if the ser
Date: 2018-05-11 08:33:15
Message-ID: E1fH3UJ-00084B-Rb@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure server cleanup on exit only happens if the server actually started up. Fixes #3277

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=252a9b265b1ed97c1562d9f9f68feaed229ef19b
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_1.rst | 1 +
runtime/pgAdmin4.cpp | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-05-11 08:35:56 Re: [pgAdmin4][Patch]: RM #3277 Runtime startup error handling is broken on Windows.
Previous Message Ashesh Vashi 2018-05-11 06:31:53 Re: [pgadmin4][patch] Initial patch to decouple from ACI Tree