pgAdmin 4 commit: Use shared memory for process locking instead of QLoc

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use shared memory for process locking instead of QLoc
Date: 2018-01-29 15:20:15
Message-ID: E1egBEF-0007VU-Kl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use shared memory for process locking instead of QLockFile which isn't available in QT4.

Branch
------
runtime-revamp

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

Modified Files
--------------
runtime/pgAdmin4.cpp | 49 ++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 38 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-30 11:03:10 pgAdmin 4 commit: Redirect stderr within the Python interpreter, which
Previous Message Dave Page 2018-01-29 15:19:44 pgAdmin 4 commit: Quiet a warning in GCC