Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update
Дата
Msg-id 200607260359.k6Q3xKT24184@momjian.us
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Список pgsql-hackers
Tom Lane wrote:
> Joshua Reich <josh@root.net> writes:
> >> The problem is that there are new functions in cube.sql, so the output 
> >> is now different and breaks the diff (to state the obvious).
> 
> Actually, the new theory on this is that you should explicitly create
> a shell type first:
> 
>     CREATE TYPE cube;
> 
> and then create the functions, and then make the type "for real".
> 
> This will still involve a change in the earthdistance expected
> output (down to zero expected NOTICEs) but if we're gonna fix it
> then let's fix it right.

OK, I will wait for the next patch.  Funny I tested the cube regression
test, but not earthdistance.

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: Resurrecting per-page cleaner for btree