Re: Avoid memory leaks during base backups

From: Cary Huang <cary(dot)huang(at)highgo(dot)ca>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Subject: Re: Avoid memory leaks during base backups
Date: 2022-10-14 21:56:31
Message-ID: 166578459132.772662.18106764223510349691.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: tested, passed
Spec compliant: not tested
Documentation: not tested

Hello

I applied your v5 patch on the current master and run valgrind on it while doing a basebackup with simulated error. No memory leak related to backup is observed. Regression is also passing

thank you

Cary Huang
HighGo Software Canada

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2022-10-14 23:00:10 Re: Refactor to introduce pg_strcoll().
Previous Message Robert Treat 2022-10-14 21:46:55 Re: New docs chapter on Transaction Management and related changes