Thread: pgsql: Fix get_sort_group_operators() so that it doesn't think arrays

pgsql: Fix get_sort_group_operators() so that it doesn't think arrays

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_oper.c (r1.108 -> r1.109)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_oper.c?r1=1.108&r2=1.109)