| От | Tom Lane |
|---|---|
| Тема | Re: Making jsonb_agg() faster |
| Дата | |
| Msg-id | 1361925.1765661150@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Making jsonb_agg() faster (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: Making jsonb_agg() faster
|
| Список | pgsql-hackers |
I wrote:
> Alexander Lakhin <exclusion@gmail.com> writes:
>> I and SQLsmith have discovered that the following query:
>> select jsonb_object_agg_unique_strict(i, null) over (order by i) from
>> (select i from generate_series(1, 20) g(i));
>> triggers SIGSEGV:
> Thanks for the report! It seems to be specific to use as a window
> function; I see no problem without the OVER clause. Will look closer
> later.
Fixed, thanks again for finding this.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера