Re: [HACKERS] patch for contrib/intarray (CVS)

2001-09-22 Thread Bruce Momjian
Patch applied. Thanks. > Tom, > > please apply attached patch to current CVS. > > Changes: > > 1. Added support for boolean queries (indexable operator @@, looks like >a @@ '1|(2&3)' > 2. Some code cleanup and optimization > > Regards, > Oleg >

Re: [HACKERS] patch for contrib/intarray (CVS)

2001-09-22 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > Tom, > > please apply attached patch to current CVS. > > Changes: > > 1. Added support for boolean queries (indexable

[HACKERS] patch for contrib/intarray (CVS)

2001-09-22 Thread Oleg Bartunov
Tom, please apply attached patch to current CVS. Changes: 1. Added support for boolean queries (indexable operator @@, looks like a @@ '1|(2&3)' 2. Some code cleanup and optimization Regards, Oleg _ Ol