Re: EXPLAIN(VERBOSE) to CTE with SEARCH BREADTH FIRST fails

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: EXPLAIN(VERBOSE) to CTE with SEARCH BREADTH FIRST fails
Дата
Msg-id 1239278.1631811459@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: EXPLAIN(VERBOSE) to CTE with SEARCH BREADTH FIRST fails  (Andreas Joseph Krogh <andreas@visena.com>)
Ответы Re: EXPLAIN(VERBOSE) to CTE with SEARCH BREADTH FIRST fails  (Andreas Joseph Krogh <andreas@visena.com>)
Список pgsql-hackers
Andreas Joseph Krogh <andreas@visena.com> writes:
> På torsdag 16. september 2021 kl. 01:40:31, skrev Tom Lane <tgl@sss.pgh.pa.us
> <mailto:tgl@sss.pgh.pa.us>>:
> [...]
>  regression=# with recursive cte (x,r) as (
>  select 42 as x, row(i, 2.3) as r from generate_series(1,3) i
>  union all
>  select x, row((c.r).f1, 4.5) from cte c
>  )
>  select * from cte;
>  ERROR: record type has not been registered

> FWIW; I saw this Open Item was set to fixed, but I'm still getting this error
> in 388726753b638fb9938883bdd057b2ffe6f950f5

The open item was not about that parser shortcoming, nor did this patch
claim to fix it.

            regards, tom lane



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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: EXPLAIN(VERBOSE) to CTE with SEARCH BREADTH FIRST fails
Следующее
От: "Bossart, Nathan"
Дата:
Сообщение: Re: Estimating HugePages Requirements?