Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Noah Misch <noah(at)leadboat(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees.
Date: 2016-04-25 20:52:09
Message-ID: 571E8379.7070802@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 04/25/2016 03:09 PM, Tom Lane wrote:
> I'm going to go ahead and push this, because it seems clearly more robust
> than what we have. But I'd appreciate a report on whether it fixes your
> issue.

6b1a213bbd6599228b2b67f7552ff7cc378797bf did not fix it.

Attached is the assembler output (-O0) from float.c as of that commit.

Attachment Content-Type Size
float.s.gz application/gzip 42.5 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Christian Ullrich 2016-04-25 20:52:54 Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013
Previous Message Kevin Grittner 2016-04-25 20:49:08 pgsql: Fix C comment typo and redundant test

Browse pgsql-hackers by date

  From Date Subject
Next Message Christian Ullrich 2016-04-25 20:52:54 Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013
Previous Message Robert Haas 2016-04-25 20:45:14 Re: Rename max_parallel_degree?