Re: Patch of intarray module in v7.4.1 - Mailing list pgsql-patches

From Tom Lane
Subject Re: Patch of intarray module in v7.4.1
Date
Msg-id 17502.1073605275@sss.pgh.pa.us
Whole thread Raw
In response to Patch of intarray module in v7.4.1  ("Korea PostgreSQL Users' Group" <pgsql-kr@postgresql.or.kr>)
List pgsql-patches
"Korea PostgreSQL Users' Group" <pgsql-kr@postgresql.or.kr> writes:
> In 7.4.1, intarray module have a problme about equal operator (=).
>   select * from table where intarray_column = '{}';
> above query make error.

Good catch.  Patch applied --- thanks!

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql \i handling ~ in specified file name
Next
From: Claudio Natoli
Date:
Subject: Re: [pgsql-hackers-win32] Win32 signal code - first try