Skip to content
Snippets Groups Projects
  • Noah Misch's avatar
    1d96bb96
    Initialize pad bytes in GinFormTuple(). · 1d96bb96
    Noah Misch authored
    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.
    1d96bb96
    History
    Initialize pad bytes in GinFormTuple().
    Noah Misch authored
    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.