Re: WIP: Covering + unique indexes. - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: WIP: Covering + unique indexes.
Date
Msg-id CAH2-Wz=gj0qn_QvRaHQshjopQzb4_S+CGabDbUkh2ygmeoTFFA@mail.gmail.com
Whole thread Raw
In response to Re: WIP: Covering + unique indexes.  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: WIP: Covering + unique indexes.  (Peter Geoghegan <pg@bowt.ie>)
Re: WIP: Covering + unique indexes.  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
On Tue, Apr 10, 2018 at 9:03 AM, Teodor Sigaev <teodor@sigaev.ru> wrote:
>> * Not sure that all calls to BTreeInnerTupleGetDownLink() are limited
>> to inner tuples, which might be worth doing something about (perhaps
>> just renaming the macro).
>
> What is suspicious place for you opinion?

_bt_mark_page_halfdead() looked like it had a problem, but it now
looks like I was wrong. I also verified every other
BTreeInnerTupleGetDownLink() caller. It now looks like everything is
good here.

-- 
Peter Geoghegan


pgsql-hackers by date:

Previous
From: Alexander Kuzmenkov
Date:
Subject: Re: Reopen logfile on SIGHUP
Next
From: Jaime Casanova
Date:
Subject: Re: Partitioned tables and covering indexes