Re: pgsql: Make heap TID a tiebreaker nbtree index column.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Make heap TID a tiebreaker nbtree index column.
Date: 2019-03-24 18:27:27
Message-ID: CAH2-Wz=yNk=Ue1G8ySED3qsaSUD_g6EQ0KNeZZA808=5EYProA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sun, Mar 24, 2019 at 11:02 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-24 19:13:39 pgsql: Avoid double-free in vacuumlo error path.
Previous Message Andres Freund 2019-03-24 18:22:47 Re: pgsql: tableam: Add tuple_{insert, delete, update, lock} and use.