> + if (hashp->isshared) > + { > + int nsegs; > + int nbuckets; > + nsegs = find_num_of_segs(nelem, &nbuckets, hctl->num_partitions, hctl->ssize); > + > + curr_offset = (((char *) hashp->hctl) + sizeof(HASHHDR) + (info->dsize * sizeof(HASHSEGMENT)) + > + + (sizeof(HASHBUCKET) * hctl->ssize * nsegs)); > + } > + Why only do this for shared hashtables? Couldn't we allocate the elments together with the rest for non-share hashtables too?
pgsql-hackers by date:
Соглашаюсь с условиями обработки персональных данных