bitmapscan changes patch review - Mailing list pgsql-patches

From Alexey Klyukin
Subject bitmapscan changes patch review
Date
Msg-id 20070620075000.GA17893@commandprompt.com
Whole thread Raw
Responses Re: bitmapscan changes patch review  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: bitmapscan changes patch review  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Hi,

Here is a patch by Heikki Linnakangas with changes for amgetmulti index
access method to amgetbitmap, which returns all matching tuples at once.
The patch also introduces support for candidate matches. The original
post is here:
http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php

I've made minor changes to the patch:

- fixed all rejects when applying it to the current CVS head.
- fixed counting ntids in gistnext if TIDBitmap is not null.
- added missing expected/bitmapops.out

It passes all regression tests on my system.

Regards,
--
Alexey Klyukin                         http://www.commandprompt.com/
The PostgreSQL Company - Command Prompt, Inc.

Attachment

pgsql-patches by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: Cancel autovacuum conflicting with DROP TABLE
Next
From: Gregory Stark
Date:
Subject: Re: [HACKERS] 'Waiting on lock'