Re: BUG #14953: pg_blocking_pids / array_length inconsistency

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14953: pg_blocking_pids / array_length inconsistency
Дата
Msg-id 5161.1512660444@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #14953: pg_blocking_pids / array_length inconsistency  (steven.winfield@cantabcapital.com)
Список pgsql-bugs
steven.winfield@cantabcapital.com writes:
> It seems as though pg_blocking_pids() can return a zero-length,
> one-dimensional array whereas users can only create NULL-length,
> zero-dimensional arrays (even though the type suggests it is one
> dimensional: 'integer[]')

This has been fixed recently in HEAD:
https://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=716ea626a

but we decided not to back-patch the change.

            regards, tom lane


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

Предыдущее
От: Steven Winfield
Дата:
Сообщение: RE: BUG #14953: pg_blocking_pids / array_length inconsistency
Следующее
От: Bernd Helmle
Дата:
Сообщение: PostgreSQL crashes with SIGSEGV