Re: [HACKERS] geo_ops.c is broken

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] geo_ops.c is broken
Дата
Msg-id 35D64FF3.A7CFA20E@alumni.caltech.edu
обсуждение исходный текст
Ответ на geo_ops.c is broken  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> The recently checked-in backend/utils/adt/geo_ops.c does not compile
> under gcc 2.7.2.2,
> Backing out the #define LINEDEBUG makes it compile, but who checked
> this stuff in anyway?

Probably t'was moi. Will look at it, though I'm suprised that a #define
LINEDEBUG was in the code. I _always_ do that from the Makefile. I had
gotten some patches from Gautam Thaker which addressed a boundary
problem in one of the routines, and something funny must have crept in.
I'm not sure what went wrong considering that I took a (fairly) fresh
source and passed the regression tests with it...

Sorry to slow you up on testing int8 and type conversion stuff :)

                    - Tom

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

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Rules: first fix on monday
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] int8 type -- call for porting results!