Fix get_sort_group_operators() so that it doesn't think arrays can be grouped
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_oper.c | modified | +26 −7 |