]> granicus.if.org Git - postgresql/commit
Initialize pad bytes in GinFormTuple().
authorNoah Misch <noah@leadboat.com>
Wed, 26 Jun 2013 23:55:15 +0000 (19:55 -0400)
committerNoah Misch <noah@leadboat.com>
Wed, 26 Jun 2013 23:55:15 +0000 (19:55 -0400)
commit1d96bb96024c51f5a445f85ec45ce2e9bbd08c56
treeb375f205d615a4da74167a0f90b50f573693d5b2
parentd53f7cf11658a3252a6fddf308b992b751379f09
Initialize pad bytes in GinFormTuple().

Every other core buffer page consumer initializes the bytes it furnishes
to PageAddItem().  For consistency, do the same here.  No back-patch;
regardless, we couldn't count on the fix so long as binary upgrade can
carry forward affected index builds.
src/backend/access/gin/ginentrypage.c