Re: Hash support for row types

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Andres Freund <andres@anarazel.de>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-10-20T20:36:25Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Do we need to worry about what happens if somebody modifies the
> opclass/opfamily definitions?

There's a lot of places that you can break by doing that.  I'm not
too concerned about it.

			regards, tom lane



Commits

  1. Hash support for row types

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