Re: BUG #18272: ERROR XX000 when selecting string_agg with distinct and subquery - occur in pg16.1 and not in pg15.4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18272: ERROR XX000 when selecting string_agg with distinct and subquery - occur in pg16.1 and not in pg15.4
Дата
Msg-id 1192176.1704506989@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #18272: ERROR XX000 when selecting string_agg with distinct and subquery - occur in pg16.1 and not in pg15.4  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> -- SELECT THAT GIVES ERROR. RELATED TO STRING_AGG(DISTINCT (SELECT))

This is apparently a duplicate of bug #18264 ... at least,
the patch just committed for that fixes this case for me.

https://www.postgresql.org/message-id/flat/18264-e363593d7e9feb7d%40postgresql.org

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18272: ERROR XX000 when selecting string_agg with distinct and subquery - occur in pg16.1 and not in pg15.4
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: BUG #18261: Inconsistent results of SELECT affected by joined subqueries