Re: Patch of intarray module in v7.4.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Korea PostgreSQL Users' Group" <pgsql-kr(at)postgresql(dot)or(dot)kr>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch of intarray module in v7.4.1
Date: 2004-01-08 23:41:15
Message-ID: 17502.1073605275@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Korea PostgreSQL Users' Group" <pgsql-kr(at)postgresql(dot)or(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Claudio Natoli 2004-01-09 00:18:37 Re: Win32 signal code - first try
Previous Message Bruce Momjian 2004-01-08 20:44:24 Re: psql \i handling ~ in specified file name