Re: speedup tidbitmap patch: hash BlockNumber - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: speedup tidbitmap patch: hash BlockNumber
Date
Msg-id 54917A27.5040409@sigaev.ru
Whole thread Raw
In response to Re: speedup tidbitmap patch: hash BlockNumber  (David Rowley <dgrowleyml@gmail.com>)
Responses hash_create API changes (was Re: speedup tidbitmap patch: hash BlockNumber)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> -hash_ctl.hash = oid_hash; /* a bit more efficient than tag_hash */
> +hash_ctl.hash = tag_hash; /* a bit more efficient than tag_hash */
>
> I think the comment may need removed here.
Thank you, fixed

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

Attachment

pgsql-hackers by date:

Previous
From: Kouhei Kaigai
Date:
Subject: Re: Combining Aggregates
Next
From: Simon Riggs
Date:
Subject: Re: WALWriter active during recovery