Re: Numeric 508 datatype

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Numeric 508 datatype
Дата
Msg-id 200511201743.jAKHhgf10342@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Numeric 508 datatype  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: Numeric 508 datatype  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
Andreas Pflug wrote:
> Alvaro Herrera wrote:
> >
> > Is anybody working or considering to work on pg_upgrade, or is all this
> > hypothetical?  Our past history has seen lots of people offering to work
> > on pg_upgrade, and none has produced a working version.  Is it fair or
> > useful to impose restrictions on development just because it's remotely
> > possible that somebody is going to be motivated enough to consider
> > producing it?
>
> Depends on the impact the restriction imposes. If
> stability/scalability/functionality or so is affected, this sounds not
> tolerable. If it's about not saving two bytes that have been spoiled for
> ages before, or keeping a backward compatibility type, it appears
> feasible to me.
> Changing on-disk structures at the start of the 8.2 dev cycle is a
> guarantee that nobody will implement pg_upgrade for 8.2.

Let's go ahead and apply the patch.  While this change isn't very
significant, I bet there will be other changes in 8.2 where we will want
to change the database for a significant benefit, like reducing the
tuple header by 4 bytes by recompressing the four xid/cid fields back
into three.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: DROP OWNED again
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Numeric 508 datatype