Re: tbm_lossify causes "unbalanced" hashtables / bitmaps

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tbm_lossify causes "unbalanced" hashtables / bitmaps
Date: 2016-09-23 21:25:58
Message-ID: 20160923212558.pvtkh3bhw7gujhrk@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2016-09-23 13:58:43 -0700, Andres Freund wrote:
> static void
> tbm_lossify(TIDBitmap *tbm)
> {
> ...
> pagetable_start_iterate_random(tbm->pagetable, &i);

Uh, obviously that's from one of my attempts to address the problem.

Greetings,

Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-09-23 21:40:13 Re: tbm_lossify causes "unbalanced" hashtables / bitmaps
Previous Message Andres Freund 2016-09-23 20:58:43 tbm_lossify causes "unbalanced" hashtables / bitmaps