pgAgent commit: Using mutex around the logging functionality to avoid l

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAgent commit: Using mutex around the logging functionality to avoid l
Date: 2018-07-11 05:53:56
Message-ID: E1fd84a-0008LX-Km@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2018-07-11 07:03:13 Re: [pgAdmin4][Patch]: Fix RM #3191 : Debug option is not working
Previous Message Khushboo Vashi 2018-07-11 05:48:00 [pgAdmin4][Patch]: Fix RM #3191 : Debug option is not working