Re: pgsql: Fix partitioned index creation with foreign partitions

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Fix partitioned index creation with foreign partitions
Дата
Msg-id 20190627155842.GA26254@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: pgsql: Fix partitioned index creation with foreign partitions  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-committers
On 2019-Jun-27, Amit Langote wrote:

> Anyway, the problem seems to use-after-close of a Relation pointer,
> which the attached patch fixes.

Indeed, thanks for tracking it down.  Pushed.  I couldn't resist the
temptation remove a no-longer-necessary tupdesc copy while at it.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix use-after-free introduced in 55ed3defc966
Следующее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Update reference to sampling algorithm in analyze.c