pgsql: Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...
Date: 2019-01-11 22:17:02
Message-ID: E1gi56s-000321-Kv@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...

This was an oversight in commit 3b174b1a3.

Per offline gripe from Alvaro Herrera

Backpatch to release 11.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e33884d4122b56fc0dbff3d8cedd8177334db838

Modified Files
--------------
src/backend/commands/tablecmds.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-01-11 22:39:55 pgsql: Fix up confusion over how to use EXTRA_INSTALL.
Previous Message Tom Lane 2019-01-11 20:54:32 pgsql: Avoid sharing PARAM_EXEC slots between different levels of NestL