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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update
Дата
Msg-id 27314.1153886265@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update  (Joshua Reich <josh@root.net>)
Ответы Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update  (Bruce Momjian <bruce@momjian.us>)
Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update  (Joshua Reich <josh@root.net>)
Список pgsql-hackers
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.
        regards, tom lane


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

Предыдущее
От: Joshua Reich
Дата:
Сообщение: Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql: /contrib/cube improvements: Update