pgsql: Fix minor memory leak in Standby startup

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix minor memory leak in Standby startup
Date: 2016-09-08 10:20:45
Message-ID: E1bhwRp-0007Nr-Pj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix minor memory leak in Standby startup

StandbyRecoverPreparedTransactions() leaked the buffer
used for two phase state file. This was leaked once
at startup and at every shutdown checkpoint seen.

Backpatch to 9.6

Stas Kelvich

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d7c45172a673be1fc9e51e98e45a44c14d1ee78d

Modified Files
--------------
src/backend/access/transam/twophase.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-09-08 14:48:13 pgsql: Don't print database's tablespace in pg_dump -C --no-tablespaces
Previous Message Simon Riggs 2016-09-08 10:16:34 pgsql: Fix minor memory leak in Standby startup