Обсуждение: pgsql: Clean up data conversion short-lived memory context.

Поиск
Список
Период
Сортировка

pgsql: Clean up data conversion short-lived memory context.

От
Joe Conway
Дата:
Clean up data conversion short-lived memory context.

dblink uses a short-lived data conversion memory context. However it
was not deleted when no longer needed, leading to a noticeable memory
leak under some circumstances. Plug the hole, along with minor
refactoring. Backpatch to 9.2 where the leak was introduced.

Report and initial patch by MauMau. Reviewed/modified slightly by
Tom Lane and me.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3e2cfa42f9b9ddfb469f0f56d78377b1864eb894

Modified Files
--------------
contrib/dblink/dblink.c |   22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)