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

From Andrew Dunstan
Subject pgsql: Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...
Date
Msg-id E1gi56s-000321-Kv@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid sharing PARAM_EXEC slots between different levels ofNestL
Next
From: Tom Lane
Date:
Subject: pgsql: Fix up confusion over how to use EXTRA_INSTALL.