]> granicus.if.org Git - postgresql/commit
Fix variable initialization when using buffering build with GiST
authorMichael Paquier <michael@paquier.xyz>
Wed, 10 Jul 2019 06:15:11 +0000 (15:15 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 10 Jul 2019 06:15:11 +0000 (15:15 +0900)
commit4fea3434939dfb29a16bf61baca8020e5142ccda
tree08b60127450fb1cb6f63eda296dc033d2b659464
parent72b526779a9320e2dd8ff63237fbaf2e933b5c34
Fix variable initialization when using buffering build with GiST

This can cause valgrind to complain, as the flag marking a buffer as a
temporary copy was not getting initialized.

While on it, fill in with zeros newly-created buffer pages.  This does
not matter when loading a block from a temporary file, but it makes the
push of an index tuple into a new buffer page safer.

This has been introduced by 1d27dcf, so backpatch all the way down to
9.4.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/15899-0d24fb273b3dd90c@postgresql.org
Backpatch-through: 9.4
src/backend/access/gist/gistbuildbuffers.c