Hector Oswaldo Caballero
fd6c8bf400
Fix Postgresql JDBC driver leaking memory
...
Older versions of Postgresql JDBC driver rely on finalize() methods in
order to avoid leaking unclosed database objects. Given finalize
methods are unpredictable (no guarantee about prompt execution, if at
all), in some high load environments this could lead to a memory leak
with millions of JDBC objects pending finalization.
Newer versions of the Postgresql JDBC driver removed the use of finalize
methods to avoid this kind of issues.
Bug: Issue 4848
Change-Id: Ia143f1df1d8e41686362fd76b9bc82e0046f9894
2016-11-01 13:45:51 -04:00
..
2016-06-14 21:12:02 +02:00
2016-08-19 17:17:01 +09:00
2016-06-24 10:51:33 +00:00
2016-06-14 21:12:02 +02:00
2016-07-23 17:01:39 -04:00
2016-06-29 11:17:52 +09:00
2016-06-14 21:12:02 +02:00
2016-06-14 21:12:02 +02:00
2016-04-02 12:16:38 -04:00
2016-08-20 12:52:31 +09:00
2016-06-14 21:12:02 +02:00
2016-08-02 13:15:09 -07:00
2016-06-14 21:12:02 +02:00
2016-06-14 21:12:02 +02:00
2016-09-21 16:24:37 +02:00
2016-06-24 10:51:33 +00:00
2016-09-13 22:19:23 +00:00
2016-06-14 21:12:02 +02:00
2016-07-20 09:59:13 +09:00
2016-08-04 11:18:01 +09:00
2016-06-14 21:12:02 +02:00
2016-06-14 21:12:02 +02:00
2016-06-14 21:12:02 +02:00
2016-06-14 21:12:02 +02:00
2016-11-01 13:45:51 -04:00
2016-06-14 21:12:02 +02:00
2016-09-08 17:12:41 +09:00
2016-09-21 16:24:37 +02:00
2016-04-19 06:55:03 +00:00
2013-05-09 13:40:36 +00:00
2013-05-09 13:40:36 +00:00
2013-05-09 13:40:36 +00:00
2016-06-07 18:59:40 +00:00
2016-08-19 04:05:06 +00:00
2016-06-09 09:31:58 +00:00
2016-06-10 06:31:21 +02:00
2016-09-21 11:19:22 +02:00
2013-05-09 13:40:36 +00:00
2016-04-04 20:33:27 -04:00
2016-04-04 20:33:27 -04:00
2016-09-21 11:26:15 +02:00
2013-05-09 13:40:36 +00:00
2016-09-13 15:14:32 +00:00
2016-03-03 23:49:18 -05:00
2013-05-09 13:40:36 +00:00
2016-07-25 13:47:30 -07:00
2013-05-09 13:40:36 +00:00
2013-05-09 13:40:36 +00:00
2016-03-15 15:22:39 -07:00
2013-05-09 13:40:36 +00:00
2016-04-01 13:11:02 -04:00
2013-05-09 13:40:36 +00:00
2015-11-12 19:01:53 -05:00
2015-11-12 19:01:53 -05:00
2013-05-09 13:40:36 +00:00
2013-05-13 09:44:25 -07:00
2015-11-12 19:01:53 -05:00
2013-09-10 15:59:25 -07:00
2013-05-09 13:40:36 +00:00
2016-09-21 11:04:46 +02:00
2013-05-09 13:40:36 +00:00
2014-03-03 23:34:46 +00:00
2016-04-08 15:05:13 +09:00