Re: [HACKERS] unsafe tuple releasing in get_default_partition_oid

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] unsafe tuple releasing in get_default_partition_oid
Дата
Msg-id CA+Tgmobb8bbWvKE0iM19=Q5XjSChzDa_-qSWZsD85XXYNHsHjg@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] unsafe tuple releasing in get_default_partition_oid  (Julien Rouhaud <rjuju123@gmail.com>)
Ответы Re: [HACKERS] unsafe tuple releasing in get_default_partition_oid  (Julien Rouhaud <rjuju123@gmail.com>)
Список pgsql-hackers
On Sat, Oct 28, 2017 at 10:03 AM, Julien Rouhaud <rjuju123@gmail.com> wrote:
> I just noticed that get_default_partition_oid() tries to release the
> tuple even if it isn't valid.
> Trivial patch attached.

Oops.  I wonder how that managed to survive testing.

Committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: [HACKERS] unsafe tuple releasing in get_default_partition_oid
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Typos in src/backend/optimizer/README