Re: Inconsistency with EXPLAIN ANALYZE CREATE MATERIALIZED VIEW

Поиск
Список
Период
Сортировка
От Kirill Reshke
Тема Re: Inconsistency with EXPLAIN ANALYZE CREATE MATERIALIZED VIEW
Дата
Msg-id CALdSSPhH+Abytg972WXy3tt2=OT3rrLo-fNHERnEG=8m-D=9tw@mail.gmail.com
обсуждение исходный текст
Ответ на Inconsistency with EXPLAIN ANALYZE CREATE MATERIALIZED VIEW  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: Inconsistency with EXPLAIN ANALYZE CREATE MATERIALIZED VIEW
Список pgsql-hackers
On Thu, 1 Aug 2024 at 23:27, Jeff Davis <pgsql@j-davis.com> wrote:
>
> EXPLAIN ANALYZE CREATE MATERIALIZED VIEW doesn't go through
> ExecCreateTableAs(), but does use CreateIntoRelDestReceiver().

EXPLAIN ANALYZE and regular query goes through create_ctas_internal
(WITH NO DATA case too). Maybe we can simply move
SetUserIdAndSecContext call in this function?



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