Обсуждение: pgsql: Fix use-after-free bug when renaming constraints

Поиск
Список
Период
Сортировка

pgsql: Fix use-after-free bug when renaming constraints

От
Michael Paquier
Дата:
Fix use-after-free bug when renaming constraints

This is an oversight from recent commit b13fd344.  While on it, tweak
the previous test with a better name for the renamed primary key.

Detected by buildfarm member prion which forces relation cache release
with -DRELCACHE_FORCE_RELEASE.  Back-patch down to 9.4 as the previous
commit.

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
src/backend/commands/tablecmds.c          | 4 ++--
src/test/regress/expected/alter_table.out | 2 +-
src/test/regress/sql/alter_table.sql      | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)