Re: pgsql: Make heap TID a tiebreaker nbtree index column. - Mailing list pgsql-committers

From Peter Geoghegan
Subject Re: pgsql: Make heap TID a tiebreaker nbtree index column.
Date
Msg-id CAH2-WzmFdW-e9+uG5BqzuW7YWBdL9=Vrwgmt5p6vndCeKJ5Z4w@mail.gmail.com
Whole thread Raw
In response to pgsql: Make heap TID a tiebreaker nbtree index column.  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: pgsql: Make heap TID a tiebreaker nbtree index column.
Re: pgsql: Make heap TID a tiebreaker nbtree index column.
List pgsql-committers
On Wed, Mar 20, 2019 at 10:05 AM Peter Geoghegan <pg@bowt.ie> wrote:
> Make heap TID a tiebreaker nbtree index column.

I see that this has caused SELinux test failures on rhinoceros (the
ddl test fails). It looks like the output order is affected by the
implementation details of nbtree, likely for some system catalog
index. This is something that I've had to deal with in other places
(with a lot of help from Tom).

It's not easy for me to set up SELinux to fix the issue. Is there
somebody comfortable with that area that could confirm I have it
right, and provide me with the actual test output? Or push a fix
themselves?

Thanks
-- 
Peter Geoghegan


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Allow amcheck to re-find tuples using new search.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Make heap TID a tiebreaker nbtree index column.