A trivial fix on extensiblenode

From: Kouhei Kaigai <kaigai(at)ak(dot)jp(dot)nec(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: A trivial fix on extensiblenode
Date: 2016-02-29 09:07:56
Message-ID: 9A28C8860F777E439AA12E8AEA7694F8011B6109@BPXM15GP.gisp.nec.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

RegisterExtensibleNodeMethods() initializes its hash table
with keysize=NAMEDATALEN, instead of EXTNODENAME_MAX_LEN.

The attached patch fixes it.

Thanks,
--
NEC Business Creation Division / PG-Strom Project
KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>

Attachment Content-Type Size
pgsql-v9.6-trivial-fix-extensiblenode.patch application/octet-stream 631 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2016-02-29 10:07:44 Re: Relation extension scalability
Previous Message Thomas Munro 2016-02-29 09:05:47 Re: Proposal: "Causal reads" mode for load balancing reads without stale data