pgAdmin 4 commit: Use shared memory for process locking instead ofQLoc - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Use shared memory for process locking instead ofQLoc
Date
Msg-id E1egBEF-0007VU-Kl@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Quiet a warning in GCC
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Redirect stderr within the Python interpreter,which