Re: Hash support for row types

Peter Eisentraut <peter.eisentraut@2ndquadrant.com>

From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Andres Freund <andres@anarazel.de>
Date: 2020-11-19T08:44:43Z
Lists: pgsql-hackers
On 2020-11-17 20:33, Tom Lane wrote:
> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
>> I wrote a new patch to add a lot more tests around hash-based plans.
>> This is intended to apply separately from the other patch, and the other
>> patch would then "flip" some of the test cases.
> 
> OK, that addresses my concerns.

Thanks.  I have committed the tests and then subsequently the feature patch.

-- 
Peter Eisentraut
2ndQuadrant, an EDB company
https://www.2ndquadrant.com/



Commits

  1. Hash support for row types

  2. Add more tests for hashing and hash-based plans