1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00
Files
postgres/src/backend
Andres Freund 490e9a98ff Fix two valgrind issues in slab allocator.
During allocation VALGRIND_MAKE_MEM_DEFINED was called with a pointer
as size. That kind of works, but makes valgrind exceedingly slow for
workloads involving the slab allocator.

Secondly there was an access to memory marked as unreachable within
SlabCheck(). Fix that too.

Author: Tomas Vondra
Discussion: https://postgr.es/m/a6543b6d-6015-99b1-63ef-3ed55a76a730@2ndquadrant.com
2017-04-04 14:26:42 -07:00
..
2017-01-03 13:48:53 -05:00
2016-08-08 11:08:00 -04:00
2017-04-01 14:00:53 -03:00
2017-03-23 15:28:48 -04:00
2017-04-04 09:03:24 -04:00
2017-03-23 16:53:10 -04:00
2017-04-03 23:07:31 -04:00
2017-03-23 15:28:48 -04:00