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-Wz=yNk=Ue1G8ySED3qsaSUD_g6EQ0KNeZZA808=5EYProA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Make heap TID a tiebreaker nbtree index column.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Make heap TID a tiebreaker nbtree index column.
List pgsql-committers
On Sun, Mar 24, 2019 at 11:02 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > I would like to suppress the dependency.sql stability issue right
> > away. I can also suppress the rowsecurity.out output in the same
> > commit. I want to fix the problem on the buildfarm first, unless your
> > well-principled approach won't take very long. Which seems unlikely.
>
> I think I can probably get that done today, but if you don't want to
> wait, feel free to put in the detail-suppression for now.

I'll monitor the situation, and proceed with a stopgap
detail-suppression fix this evening if, for whatever reason, it seems
necessary.

Thanks
-- 
Peter Geoghegan


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: tableam: Add tuple_{insert, delete, update, lock} and use.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid double-free in vacuumlo error path.