Re: regression tests - Mailing list pgsql-hackers

From Jeremy Harris
Subject Re: regression tests
Date
Msg-id 522A121D.1020004@wizmail.org
Whole thread Raw
In response to Re: regression tests  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: regression tests
List pgsql-hackers
On 06/09/13 15:44, Robert Haas wrote:
> On Fri, Sep 6, 2013 at 3:34 AM, Jeremy Harris <jgh@wizmail.org> wrote:
>>     I don't see the regression tests running any index-hash operations.
>> What am I missing?
>
> What's an index-hash operation?


Ones that hit tuplesort_begin_index_hash()
-- 
Cheers,   Jeremy



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PERFORM] encouraging index-only scans
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Is it necessary to rewrite table while increasing the scale of datatype numeric?