We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31d309 commit 8cd61d2Copy full SHA for 8cd61d2
src/backend/utils/cache/relcache.c
@@ -6258,7 +6258,7 @@ load_relcache_init_file(bool shared)
6258
rel->rd_firstRelfilenodeSubid = InvalidSubTransactionId;
6259
rel->rd_droppedSubid = InvalidSubTransactionId;
6260
rel->rd_amcache = NULL;
6261
- MemSet(&rel->pgstat_info, 0, sizeof(rel->pgstat_info));
+ rel->pgstat_info = NULL;
6262
6263
/*
6264
* Recompute lock and physical addressing info. This is needed in
0 commit comments