Re: [HACKERS] varlena.c hash_any() and hash_uint32() calls require DatumGetUInt32()

2015-04-02 Thread Robert Haas
On Wed, Mar 25, 2015 at 9:55 AM, Peter Geoghegan wrote: > Attached patch adds DatumGetUInt32() around the hash_any() and > hash_uint32() calls within varlena.c. These should have been in the > original abbreviated keys commit. Mea culpa. Committed. Sorry for the delay; I'm still catching up from

[HACKERS] varlena.c hash_any() and hash_uint32() calls require DatumGetUInt32()

2015-03-25 Thread Peter Geoghegan
Attached patch adds DatumGetUInt32() around the hash_any() and hash_uint32() calls within varlena.c. These should have been in the original abbreviated keys commit. Mea culpa. -- Peter Geoghegan diff --git a/src/backend/utils/adt/varlena.c b/src/backend/utils/adt/varlena.c index 3edd283..02e9949