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
|
| Список | 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.
В списке pgsql-hackers по дате отправления: