[PGAGENT] [PATCH] Remove wxWidget dependency

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, neel patel <neel(dot)patel(at)enterprisedb(dot)com>
Subject: [PGAGENT] [PATCH] Remove wxWidget dependency
Date: 2018-05-07 07:20:55
Message-ID: CAG7mmoxYmDaHSPcnrVAe3DmMS+J77juE2ZvL-rVVo5adGLooeA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave/Team,

Please find the attached patch to remove the wxWidgets dependency, and
added "Boost" dependency from the pgAgent code.

The original author of the patch is Neel Patel.

I have modified couple of things like:
- Using Locker class to work locking & unlocking of shared mutex always in
tandem
- Using single pointer handler class for handling the memory leak of
DBresult class

Please review it, and let us know the concerns.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>

Attachment Content-Type Size
pgagent_boost_v4.patch application/octet-stream 173.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2018-05-07 07:23:44 [pgAdmin4][Patch]: Fix layout of the error message in the query tool
Previous Message Khushboo Vashi 2018-05-07 06:46:32 Re: [pgAdmin4][Patch]: Fixed RMs #1220 & #1221