pgAdmin 4 commit: Do not rely on config.SERVER_MODE for determining (if

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Do not rely on config.SERVER_MODE for determining (if
Date: 2016-06-20 16:30:40
Message-ID: E1bF25w-0004uf-29@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Do not rely on config.SERVER_MODE for determining (if it is running from
runtime, or time), instead check the environment variable PGADMIN_PORT
to do that as per Dave.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bfe1b773b38e3c55712c781cb93eb21fe3a97842

Modified Files
--------------
web/pgadmin/misc/bgprocess/processes.py | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-06-20 16:31:03 Re: pgAdmin 4 commit: Use the python interpreter explicitly while running t
Previous Message Dave Page 2016-06-20 16:25:07 Re: pgAdmin 4 commit: Use the python interpreter explicitly while running t