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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix get_sort_group_operators() so that it doesn't think arrays
Date: 2009-06-13 15:42:09
Message-ID: 20090613154209.6115375331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-06-14 00:00:24 pgsql: Change test tables in copy2 regression test to be temporary
Previous Message Peter Eisentraut 2009-06-13 13:43:34 pgsql: Tweak the display of incoming foreign-key constraints in \d, per