Re: A few new options for vacuumdb

Поиск
Список
Период
Сортировка
От Bossart, Nathan
Тема Re: A few new options for vacuumdb
Дата
Msg-id F8E72C02-C1D7-4193-A416-B9147A9F1511@amazon.com
обсуждение исходный текст
Ответ на Re: A few new options for vacuumdb  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: A few new options for vacuumdb  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 1/27/19, 9:57 PM, "Michael Paquier" <michael@paquier.xyz> wrote:
> I think that the query generation could be simplified by always using
> the CTE if column lists are present or not, by associating NULL if no
> column list is present, and by moving the regclass casting directly
> into the CTE.

Yes, this simplifies the code quite a bit.  I did it this way in v6.

Nathan


Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Install JIT headers
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Early WIP/PoC for inlining CTEs