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

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: pgsql: Make heap TID a tiebreaker nbtree index column.
Дата
Msg-id CAH2-Wzn_aCAoSJ3wETm4rJtCzJZpRUjf9b1tiQ-5Wt+vS-13Mg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Make heap TID a tiebreaker nbtree index column.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Sun, Mar 24, 2019 at 1:47 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> This flips one expected result to another order from what it was.
> (I experimented with OID-descending sort, but that flips two
> other expected results.)

I think that that's fine, provided that the order is consistent going forward.

> If no objections, I'll push shortly.

Sounds good.

-- 
Peter Geoghegan


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Make heap TID a tiebreaker nbtree index column.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Sort dependent objects before reporting them in DROP ROLE.