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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a0b75a41a907e1582acdb8aa6ebb9cacca39d7d8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-04-23T18:13:09Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/backend/access/hash/hashutil.c modified +6 −2