Re: mem context is not reset between extended stats
Tomas Vondra <tomas.vondra@enterprisedb.com>
From: Tomas Vondra <tomas.vondra@enterprisedb.com>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: pgsql-hackers@postgresql.org
Date: 2021-09-23T17:04:28Z
Lists: pgsql-hackers
Hi, I've pushed both of these patches, with some minor tweaks (freeing the statistics list, and deleting the new context), and backpatched them all the way to 10. Thanks for the report & patch, Justin! regards -- Tomas Vondra EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Release memory allocated by dependency_degree
- d77e085afd52 10.19 landed
- 4487a7def3ae 11.14 landed
- 4185632e93c1 12.9 landed
- c0386f403a83 13.5 landed
- abb2f9144ba1 14.0 landed
- ad8a166ca868 15.0 landed
-
Free memory after building each statistics object
- 3aac99068cd7 10.19 landed
- ac7290a20ec5 11.14 landed
- 16d394c05065 12.9 landed
- b564eb0181e6 13.5 landed
- bb7628e55eda 14.0 landed
- 83772cc78e03 15.0 landed