Re: pageinspect: Hash index support

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
Cc: Mithun Cy <mithun(dot)cy(at)enterprisedb(dot)com>, Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pageinspect: Hash index support
Date: 2017-02-22 06:43:56
Message-ID: CA+TgmobCELGJonmWP=z9xJTD6pG5RwdM7UL70raHqQRb2twkYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 21, 2017 at 3:14 PM, Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com> wrote:
> Thanks for reporting it. This is because of incorrect data typecasting.
> Attached is the patch that fixes this issue.

Oops, that's probably my fault. Thanks for the patch; committed.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2017-02-22 06:45:50 Re: Push down more UPDATEs/DELETEs in postgres_fdw
Previous Message Vaishnavi Prabakaran 2017-02-22 06:14:28 Re: PATCH: Batch/pipelining support for libpq