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

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: varlena.c hash_any() and hash_uint32() calls require DatumGetUInt32()
Date: 2015-04-02 16:00:52
Message-ID: CA+TgmobYn1Gi+JQVFr=-dOp+btpgApUfTztvQMwZK4ctZfAAJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 25, 2015 at 9:55 AM, Peter Geoghegan <pg(at)heroku(dot)com> 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 last week,
when I was at PGCONF.US.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-04-02 16:05:13 Re: deparsing utility commands
Previous Message Andres Freund 2015-04-02 15:58:09 Re: What exactly is our CRC algorithm?