Re: BUG #7730: intarray representation of empty arrays - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: BUG #7730: intarray representation of empty arrays
Date
Msg-id 20140121215305.GD29396@momjian.us
Whole thread Raw
In response to Re: BUG #7730: intarray representation of empty arrays  (Elein <elein@varlena.com>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #7730: intarray representation of empty arrays
Next
From: Marko Tiikkaja
Date:
Subject: Re: BUG #8870: PL/PgSQL, SELECT .. INTO and the number of result columns