Обсуждение: 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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)