[PATCH 0/3] Tau support

From: Asbjørn Sloth Tønnesen <asbjorn(at)asbjorn(dot)it>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Asbjørn Sloth Tønnesen <asbjorn(at)asbjorn(dot)it>
Subject: [PATCH 0/3] Tau support
Date: 2014-06-28 00:52:21
Message-ID: cover.1403915555.git.asbjorn@asbjorn.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Please see the following patches for implementing support
for and migrating to Tau in PostgreSQL.

Happy Tau Day Hacking
http://tauday.com/

Make sure to check out this shory story:
http://tauday.com/a-parable

Asbjørn Sloth Tønnesen (3):
Implement tau() function
backend: use M_TAU instead of M_PI
earthdistance: TWO_PI => M_TAU

contrib/earthdistance/earthdistance.c | 12 +++++++-----
doc/src/sgml/func.sgml | 13 +++++++++++++
src/backend/utils/adt/float.c | 21 +++++++++++++++++----
src/backend/utils/adt/geo_ops.c | 8 ++++++--
src/include/catalog/pg_proc.h | 2 ++
src/include/utils/builtins.h | 1 +
6 files changed, 46 insertions(+), 11 deletions(-)

--
2.0.0

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Asbjørn Sloth Tønnesen 2014-06-28 00:52:22 [PATCH 1/3] Implement tau() function
Previous Message David Fetter 2014-06-27 20:00:30 Re: delta relations in AFTER triggers