From: | Alexey Klyukin <alexk(at)commandprompt(dot)com> |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | bitmapscan changes patch review |
Date: | 2007-06-20 07:50:00 |
Message-ID: | 20070620075000.GA17893@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
amgetbitmap_v12.patch | text/x-diff | 55.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Gregory Stark | 2007-06-20 09:14:02 | Re: [HACKERS] 'Waiting on lock' |
Previous Message | ITAGAKI Takahiro | 2007-06-20 02:40:28 | Cancel autovacuum conflicting with DROP TABLE |