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.
2 parents c3eda50 + fc1ca6b commit 4ada668Copy full SHA for 4ada668
src/backend/utils/cache/catcache.c
@@ -988,7 +988,7 @@ RehashCatCache(CatCache *cp)
988
int newnbuckets;
989
int i;
990
991
- elog(DEBUG1, "rehashing catalog cache id %d for %s; %d tups, %d buckets",
+ elog(DEBUG5, "rehashing catalog cache id %d for %s; %d tups, %d buckets",
992
cp->id, cp->cc_relname, cp->cc_ntup, cp->cc_nbuckets);
993
994
/* Allocate a new, larger, hash table. */
@@ -1026,7 +1026,7 @@ RehashCatCacheLists(CatCache *cp)
1026
1027
1028
1029
- elog(DEBUG1, "rehashing catalog cache id %d for %s; %d lists, %d buckets",
+ elog(DEBUG5, "rehashing catalog cache id %d for %s; %d lists, %d buckets",
1030
cp->id, cp->cc_relname, cp->cc_nlist, cp->cc_nlbuckets);
1031
1032
0 commit comments