pgAdmin 4 commit: Include a hash of the executable path in the lock and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Include a hash of the executable path in the lock and
Date: 2018-01-26 11:49:42
Message-ID: E1ef2Vq-0001kC-O3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Include a hash of the executable path in the lock and address file names.

This allows side-by-side running of different instances of the runtime.

While we're at it, improve some comments and tidy up a little.

Branch
------
runtime-revamp

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4910d10b35563428bfb5074d0303a6afc81af1e6

Modified Files
--------------
runtime/pgAdmin4.cpp | 77 +++++++++++++++++++++++++++++++++++++++++-----------
runtime/pgAdmin4.h | 2 ++
2 files changed, 63 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2018-01-26 13:26:32 [pgAdmin4][RM#3062] Fix PEP-8 issues in Tools module
Previous Message Dave Page 2018-01-26 10:47:21 Re: [pgadmin][patch] Make Feature and Unit tests Green Again