Initialize pad bytes in GinFormTuple().

Noah Misch <noah@leadboat.com>

Commit: 1d96bb96024c51f5a445f85ec45ce2e9bbd08c56
Author: Noah Misch <noah@leadboat.com>
Date: 2013-06-26T23:55:15Z
Releases: 9.4.0
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.

Files

PathChange+/−
src/backend/access/gin/ginentrypage.c modified +6 −0