Re: BUG #15899: Valgrind detects errors on create gist index - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #15899: Valgrind detects errors on create gist index
Date
Msg-id 20190710070219.GF1031@paquier.xyz
Whole thread Raw
In response to Re: BUG #15899: Valgrind detects errors on create gist index  (Michael Paquier <michael@paquier.xyz>)
List 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

Attachment

pgsql-bugs by date:

Previous
From: Rares Salcudean
Date:
Subject: Re: PG11 - Multiple Key Range Partition
Next
From: Michael Paquier
Date:
Subject: Re: BUG #15899: Valgrind detects errors on create gist index