Re: Bitmap index thoughts (another segfault)

From: Gavin Sherry <swm(at)alcove(dot)com(dot)au>
To: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
Subject: Re: Bitmap index thoughts (another segfault)
Date: 2007-04-09 02:22:02
Message-ID: Pine.LNX.4.58.0704091220540.3935@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 7 Apr 2007, Mark Kirkwood wrote:

> Mark Kirkwood wrote:
> bitmap=# SELECT count(*) FROM bitmaptest
> WHERE val1 in (1,7)
> AND val0 IN (4,3)
> ;
>
> ERROR: XX000: unknown stream type 2
> LOCATION: stream_add_node, tidbitmap.c:1033

Thanks. Turned out to be a typo in stream_add_node()! I'll post a new
patch soon. Thanks for the test kit and your testing!

Gavin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-04-09 02:24:23 Re: [HACKERS] Arrays of Complex Types
Previous Message Gavin Sherry 2007-04-09 02:20:43 Re: Bitmap index thoughts (another segfault)