Re: remaining sql/json patches

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: remaining sql/json patches
Дата
Msg-id Zg-VKJs-gmB0sYRK@paquier.xyz
обсуждение исходный текст
Ответ на Re: remaining sql/json patches  (Alexander Lakhin <exclusion@gmail.com>)
Ответы Re: remaining sql/json patches  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
On Fri, Apr 05, 2024 at 09:00:00AM +0300, Alexander Lakhin wrote:
> Please look at an assertion failure:
> TRAP: failed Assert("count <= tupdesc->natts"), File: "parse_relation.c", Line: 3048, PID: 1325146
>
> triggered by the following query:
> SELECT * FROM JSON_TABLE('0', '$' COLUMNS (js int PATH '$')),
>   COALESCE(row(1)) AS (a int, b int);
>
> Without JSON_TABLE() I get:
> ERROR:  function return row and query-specified return row do not match
> DETAIL:  Returned row contains 1 attribute, but query expects 2.

I've added an open item on this one.  We need to keep track of all
that.
--
Michael

Вложения

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

Предыдущее
От: Alexander Lakhin
Дата:
Сообщение: Re: remaining sql/json patches
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Statistics Import and Export