pgsql: Fix get_sort_group_operators() so that it doesn't think arrays - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix get_sort_group_operators() so that it doesn't think arrays
Date
Msg-id 20090613154209.6115375331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Tweak the display of incoming foreign-key constraints in \d, per
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change test tables in copy2 regression test to be temporary