Re: BUG #15899: Valgrind detects errors on create gist index

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Alexander Lakhin <exclusion(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15899: Valgrind detects errors on create gist index
Date: 2019-07-10 07:02:19
Message-ID: 20190710070219.GF1031@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Jul 09, 2019 at 01:43:41PM +0900, Michael Paquier wrote:
> Regarding the zero-allocation, we have gistLoadNodeBuffer() loading
> directly the block's contents from a temporary file after allocating a
> page, but gistPushItupToNodeBuffer() justifies that as a cheap
> insurance. So that's good for me. Do others have objections or extra
> thoughts? This comes from 1d27dcf, so this should go all the way down.

Tested and committed down to 9.4.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2019-07-10 07:07:25 Re: BUG #15899: Valgrind detects errors on create gist index
Previous Message Rares Salcudean 2019-07-10 06:39:08 Re: PG11 - Multiple Key Range Partition