pgsql: Modify tidbitmap.c to avoid creating a hash table until there is - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Modify tidbitmap.c to avoid creating a hash table until there is
Date
Msg-id 20050517004348.1AF7652831@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Modify tidbitmap.c to avoid creating a hash table until there is more
than one heap page represented in the bitmap.  This is a bit ugly but
it cuts overhead fairly effectively in simple join cases.  Per example
from Sergey Koposov.

Modified Files:
--------------
    pgsql/src/backend/nodes:
        tidbitmap.c (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/tidbitmap.c.diff?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update italics on web site.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update italics.