Re: BUG #15899: Valgrind detects errors on create gist index
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alexander Lakhin <exclusion@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2019-07-10T07:02:19Z
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
Commits
-
Fix variable initialization when using buffering build with GiST
- 7b60468fa14a 9.4.24 landed
- b9e1538fcf35 9.5.19 landed
- 6365f3ca24b8 9.6.15 landed
- 4fea3434939d 10.10 landed
- 1cde7fe84a47 11.5 landed
- 4d713595914b 12.0 landed
- fa19a08d71fb 13.0 landed