Make GROUP BY work properly for datatypes that only support hashing and not

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

Commit: ec73b56a31fd0933280e85cd4e7b17c45c2ccbed
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-08-03T19:10:52Z
Releases: 8.4.0
Make GROUP BY work properly for datatypes that only support hashing and not
sorting.  The infrastructure for this was all in place already; it's only
necessary to fix the planner to not assume that sorting is always an available
option.

Files