Re: hash index improving v3 - Mailing list pgsql-patches

From Tom Lane
Subject Re: hash index improving v3
Date
Msg-id 20927.1220724866@sss.pgh.pa.us
Whole thread Raw
In response to Re: hash index improving v3  ("Alex Hunsaker" <badalex@gmail.com>)
List pgsql-patches
"Alex Hunsaker" <badalex@gmail.com> writes:
> -             tbm_add_tuples(tbm, &scan->xs_ctup.t_self, 1, false);
> +             tbm_add_tuples(tbm, &scan->xs_ctup.t_self, 1, true);

Hah, I bet that explains Jonah's complaint that recheck didn't seem to
be happening in his tests.  Nice catch.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Alex Hunsaker"
Date:
Subject: Re: hash index improving v3
Next
From: Tom Lane
Date:
Subject: Re: hash index improving v3