Re: Decoding speculative insert with toast leaks memory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Decoding speculative insert with toast leaks memory
Дата
Msg-id 2161205.1624459891@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Decoding speculative insert with toast leaks memory  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Ответы Re: Decoding speculative insert with toast leaks memory  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
Tomas Vondra <tomas.vondra@enterprisedb.com> writes:
> While rebasing a patch broken by 4daa140a2f5, I noticed that the patch
> does this:

> @@ -63,6 +63,7 @@ enum ReorderBufferChangeType
>         REORDER_BUFFER_CHANGE_INTERNAL_TUPLECID,
>         REORDER_BUFFER_CHANGE_INTERNAL_SPEC_INSERT,
>         REORDER_BUFFER_CHANGE_INTERNAL_SPEC_CONFIRM,
> +       REORDER_BUFFER_CHANGE_INTERNAL_SPEC_ABORT,
>         REORDER_BUFFER_CHANGE_TRUNCATE
>  };

> Isn't that an undesirable ABI break for extensions?

I think it's OK in HEAD.  I agree we shouldn't do it like that
in the back branches.

            regards, tom lane



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: PG 14 release notes, first draft
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Using indexUnchanged with nbtree