Fix get_sort_group_operators() so that it doesn't think arrays can be grouped

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

Commit: 5f6a14077b7f0ac8a33568f3631f6afe0ffe3588
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-06-13T15:42:09Z
Releases: 8.4.0
Fix get_sort_group_operators() so that it doesn't think arrays can be grouped
via hashing.  Eventually we ought to make that possible, but it won't happen
for 8.4.  Per yesterday's report from Robert Haas.

Files

PathChange+/−
src/backend/parser/parse_oper.c modified +26 −7