Re: [COMMITTERS] pgsql: Introduce SP-GiST operator class over box.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Introduce SP-GiST operator class over box.
Дата
Msg-id 31050.1459360502@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
Teodor Sigaev <teodor@sigaev.ru> writes:
> Introduce SP-GiST operator class over box.

All of the Windows buildfarm members are failing on this patch.
It looks like the problem is that the test cases suppose that type
box will allow "infinity" as a coordinate value.  But box_in just
uses strtod() to read coordinates, and that has platform-dependent
behavior, which in this case includes not recognizing "infinity".

I'm inclined to think that the best fix is to rearrange things
so that the box I/O routines use float8in and float8out for
coordinates, rather than assuming that direct use of the platform
primitives is sufficient.

Barring better ideas, I'll go make that happen.

Welcome to the club of people who have broken the Windows build
this week ;-)
        regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [CommitFest App] Feature request -- review e-mail additions
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pg_dump dump catalog ACLs