Re: Bitmap index thoughts (another segfault) - Mailing list pgsql-hackers

From Gavin Sherry
Subject Re: Bitmap index thoughts (another segfault)
Date
Msg-id Pine.LNX.4.58.0704091220540.3935@linuxworld.com.au
Whole thread Raw
In response to Re: Bitmap index thoughts (another segfault)  (Mark Kirkwood <markir@paradise.net.nz>)
List 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


pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Bitmap index thoughts (another segfault)
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Arrays of Complex Types