Re: Legacy GiST invalid tuples

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Legacy GiST invalid tuples
Дата
Msg-id 20180704210858.m3m4lxixqaun34ll@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Legacy GiST invalid tuples  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: Legacy GiST invalid tuples  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: Legacy GiST invalid tuples  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2018-07-04 17:02:01 -0400, Alvaro Herrera wrote:
> On 2018-Jul-04, Andres Freund wrote:
> 
> > > I think the soonest this can work is to add the column in pg12 so that
> > > it can be used to upgrade to pg13.
> > 
> > I don't think we can easily require that everyone pg_upgrading to v13+
> > upgrades to v12 first?
> 
> We've never done that, I don't know if we can get away with it.
> Upgrades with pg_upgrade are not cheap enough for that, methinks.
> Maybe I'm wrong, but people complain even at a *single* pg_upgrade --
> seems everybody wants in-place upgrades nowadays ...

Right. That's why I was wondering about making the "last full scan"
feature backpatchable...

Greetings,

Andres Freund


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Legacy GiST invalid tuples
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Unexpected behavior of DROP VIEW/TABLE IF EXISTS