We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0a42c commit 61cc1faCopy full SHA for 61cc1fa
1 file changed
contrib/pageinspect/brinfuncs.c
@@ -362,6 +362,7 @@ brin_metapage_info(PG_FUNCTION_ARGS)
362
363
/* Extract values from the metapage */
364
meta = (BrinMetaPageData *) PageGetContents(page);
365
+ MemSet(nulls, 0, sizeof(nulls));
366
values[0] = CStringGetTextDatum(psprintf("0x%08X", meta->brinMagic));
367
values[1] = Int32GetDatum(meta->brinVersion);
368
values[2] = Int32GetDatum(meta->pagesPerRange);
0 commit comments