Re: Create TOAST table only if AM needs

Поиск
Список
Период
Сортировка
От Ashwin Agrawal
Тема Re: Create TOAST table only if AM needs
Дата
Msg-id CALfoeisJn=+0uGA3qTyZE4aK7GwgVpLxxFNciXMO4_bTDqfNjQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Create TOAST table only if AM needs  (Andres Freund <andres@anarazel.de>)
Ответы Re: Create TOAST table only if AM needs  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers

On Fri, May 17, 2019 at 1:51 PM Andres Freund <andres@anarazel.de> wrote:

>  /* ------------------------------------------------------------------------
>   * Planner related callbacks for the heap AM
> @@ -2558,6 +2615,8 @@ static const TableAmRoutine heapam_methods = {

>       .relation_estimate_size = heapam_estimate_rel_size,

> +     .needs_toast_table = heapam_needs_toast_table,
> +

I'd rather see this have a relation_ prefix.

+1 to overall patch with that comment incorporated. This seems simple enough to incorporate for v12. Though stating that blind-folded with what else is remaining to be must done for v12.

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: New vacuum option to do only freezing
Следующее
От: Ashwin Agrawal
Дата:
Сообщение: Re: Create TOAST table only if AM needs