Re: BUG #7730: intarray representation of empty arrays

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #7730: intarray representation of empty arrays
Дата
Msg-id 20140121215305.GD29396@momjian.us
обсуждение исходный текст
Ответ на Re: BUG #7730: intarray representation of empty arrays  (Elein <elein@varlena.com>)
Список pgsql-bugs
On Sun, Jan 19, 2014 at 04:21:42PM -0800, Elein wrote:
> Thanks for looking into this. Finally I'll get to test  existing columns filled with a variety of array[0], '{}' and
array[0]-array[0]or Null. Sorry it took so long.  
>
> What is the target production release?

FYI, it has been committed;  I just need testing help:

    commit c155f654b4f755b4111bd9adb60559fe22526a10
    Author: Bruce Momjian <bruce@momjian.us>
    Date:   Sat Sep 7 11:44:33 2013 -0400

        intarray:  return empty zero-dimensional array for an empty array

        Previously a one-dimensional empty array was returned, but its text
        representation matched a zero-dimensional array, and there is no way to
        dump/reload a one-dimensional empty array.

        BACKWARD INCOMPATIBILITY

        Per report from elein

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #7730: intarray representation of empty arrays
Следующее
От: Marko Tiikkaja
Дата:
Сообщение: Re: BUG #8870: PL/PgSQL, SELECT .. INTO and the number of result columns