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 b3aa95b commit 199a347Copy full SHA for 199a347
src/backend/utils/hash/dynahash.c
@@ -756,7 +756,7 @@ init_htab(HTAB *hashp, long nelem)
756
hctl->nelem_alloc = choose_nelem_alloc(hctl->entrysize);
757
758
#ifdef HASH_DEBUG
759
- 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",
760
"TABLE POINTER ", hashp,
761
"DIRECTORY SIZE ", hctl->dsize,
762
"SEGMENT SIZE ", hctl->ssize,
0 commit comments