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 ca38912 commit 296cba2Copy full SHA for 296cba2
src/backend/utils/hash/dynahash.c
@@ -776,7 +776,7 @@ init_htab(HTAB *hashp, long nelem)
776
hctl->nelem_alloc = choose_nelem_alloc(hctl->entrysize);
777
778
#ifdef HASH_DEBUG
779
- fprintf(stderr, "init_htab:\n%s%p\n%s%ld\n%s%ld\n%s%d\n%s%ld\n%s%u\n%s%x\n%s%x\n%s%ld\n",
+ fprintf(stderr, "init_htab:\n%s%p\n%s%ld\n%s%ld\n%s%d\n%s%u\n%s%x\n%s%x\n%s%ld\n",
780
"TABLE POINTER ", hashp,
781
"DIRECTORY SIZE ", hctl->dsize,
782
"SEGMENT SIZE ", hctl->ssize,
0 commit comments