OSDN Git Service

Fix get_sort_group_operators() so that it doesn't think arrays can be grouped
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Jun 2009 15:42:09 +0000 (15:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Jun 2009 15:42:09 +0000 (15:42 +0000)
commit5f6a14077b7f0ac8a33568f3631f6afe0ffe3588
tree8643cb64305a98635d57680125560e0db8a7c761
parent215ea9b45503a2ab73033869012ce7fecd4db35b
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.
src/backend/parser/parse_oper.c