Make GROUP BY work properly for datatypes that only support hashing and not
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Aug 2008 19:10:52 +0000 (19:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Aug 2008 19:10:52 +0000 (19:10 +0000)
commit1518d986b8b21bc4b3420ea952e9c576d71e6de2
tree63274a45c1f600f6ed8acb4f7fc18bd93465137b
parentebcd697487fbb3b8fe36f336713f8d342f124e29
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.
src/backend/optimizer/plan/planmain.c
src/backend/optimizer/plan/planner.c
src/backend/parser/parse_clause.c