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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...
Дата
Msg-id E1gi56s-000322-Kx@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/89d52b9a3e3fab3d6876c997370684a8b1c77f3b

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid sharing PARAM_EXEC slots between different levels ofNestL
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix up confusion over how to use EXTRA_INSTALL.