varlena.c hash_any() and hash_uint32() calls require DatumGetUInt32()

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: varlena.c hash_any() and hash_uint32() calls require DatumGetUInt32()
Date: 2015-03-25 13:55:14
Message-ID: CAM3SWZQ9GwpcxVT7WCis=Q88tVePC1ZHxm7i2P-EVeAhQS1qZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
uint32-macro-abbrev.patch text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-03-25 14:34:06 Re: Ignoring entries generated by autoconf in code tree
Previous Message Andres Freund 2015-03-25 13:53:43 Re: Error with index on unlogged table