Re: A trivial fix on extensiblenode

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Kouhei Kaigai <kaigai(at)ak(dot)jp(dot)nec(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: A trivial fix on extensiblenode
Date: 2016-03-01 18:20:43
Message-ID: CA+TgmoYry6q_YK6yToYUbQOXt_1xK5HmfO9K+jTXT_jTUML16g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 29, 2016 at 4:07 AM, Kouhei Kaigai <kaigai(at)ak(dot)jp(dot)nec(dot)com> wrote:
> RegisterExtensibleNodeMethods() initializes its hash table
> with keysize=NAMEDATALEN, instead of EXTNODENAME_MAX_LEN.
>
> The attached patch fixes it.

Oops.

Thanks, 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 Robert Haas 2016-03-01 18:28:25 Re: RFC: replace pg_stat_activity.waiting with something more descriptive
Previous Message Petr Jelinek 2016-03-01 18:19:13 Re: The plan for FDW-based sharding