pgsql: Hash indexes had better pass the index collation to support func

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Hash indexes had better pass the index collation to support func
Date: 2011-04-23 18:13:26
Message-ID: E1QDhKg-0003f3-Jh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hash indexes had better pass the index collation to support functions, too.

Per experimentation with contrib/citext, whose hash function assumes that
it'll be passed a collation.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a0b75a41a907e1582acdb8aa6ebb9cacca39d7d8

Modified Files
--------------
src/backend/access/hash/hashutil.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-04-23 18:50:06 pgsql: Update oidjoins regression test for 9.1 catalog schema additions
Previous Message Tom Lane 2011-04-23 16:52:18 pgsql: Adjust comments about collate.linux.utf8 regression test.