pgAgent commit: Using mutex around the logging functionality to avoidl - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAgent commit: Using mutex around the logging functionality to avoidl
Date
Msg-id E1fd84a-0008LX-Km@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Using mutex around the logging functionality to avoid logging at the
same time from different threads in the same file, and make a mess of
the log file.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=5706a7738f566686ab8a5046572e4c67dccfcc4a

Modified Files
--------------
connection.cpp | 35 -----------------------------------
include/misc.h | 35 +++++++++++++++++++++++++++++++++++
unix.cpp       | 11 +++++++++++
3 files changed, 46 insertions(+), 35 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: Fix RM #3191 : Debug option is not working
Next
From: Khushboo Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: Fix RM #3191 : Debug option is not working