From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Geoghegan <pg(at)bowt(dot)ie>, Manuel Rigger <rigger(dot)manuel(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
Subject: | Re: ERROR: found unexpected null value in index |
Date: | 2019-07-16 18:25:54 |
Message-ID: | 20190716182554.lc3kubo4cgqggxxm@alap3.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi,
On 2019-07-11 17:20:07 -0400, Tom Lane wrote:
> I'm a little dissatisfied with the fact that I had to duplicate the
> all-visible checking logic out of nodeIndexonlyscan.c. Maybe we should
> think about refactoring to avoid multiple copies of that? But that's
> probably a task for a separate patch, if it's practical at all.
It's maybe worthwhile to note that having the visibilitymap logic in
nodeIndexonlyscan.c. is one of the larger remaining limiting issues from
the tableam work (called out in [1]). We're going to have to move the VM
accesses into the AM at some point not that far away - but it's not
entirely trivial to do so without creating additional VM buffer lookups
/ pins.
Greetings,
Andres Freund
From | Date | Subject | |
---|---|---|---|
Next Message | Marco Sulla | 2019-07-16 20:44:32 | Re: BUG #15911: Why no Bcrypt in pg_hba.conf? |
Previous Message | Tom Lane | 2019-07-16 18:10:42 | Re: BUG #15911: Why no Bcrypt in pg_hba.conf? |