Re: Proposal: Trigonometric functions in degrees

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Proposal: Trigonometric functions in degrees
Дата
Msg-id 56A3DA4B.9080606@gmx.net
обсуждение исходный текст
Ответ на Re: Proposal: Trigonometric functions in degrees  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Proposal: Trigonometric functions in degrees  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 1/23/16 12:08 PM, Tom Lane wrote:
> So I pushed that, and tern/sungazer are still failing.  Noah, could you
> trace through that and see exactly where it's going off the rails?

I'm still getting a failure in float8 on OS X after commit 73193d8:

@@ -490,9 +490,9 @@  x   | asind | acosd | atand------+-------+-------+-------   -1 |   -90 |   180 |   -45
- -0.5 |   -30 |   120 |
+ -0.5 |       |   120 |    0 |     0 |    90 |     0
-  0.5 |    30 |    60 |
+  0.5 |       |       |    1 |    90 |     0 |    45




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Removing Functionally Dependent GROUP BY Columns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proposal: Trigonometric functions in degrees