[PATCH 0/3] Tau support - Mailing list pgsql-hackers

From Asbjørn Sloth Tønnesen
Subject [PATCH 0/3] Tau support
Date
Msg-id cover.1403915555.git.asbjorn@asbjorn.it
Whole thread Raw
Responses [PATCH 1/3] Implement tau() function  (Asbjørn Sloth Tønnesen <asbjorn@asbjorn.it>)
[PATCH 2/3] backend: use M_TAU instead of M_PI  (Asbjørn Sloth Tønnesen <asbjorn@asbjorn.it>)
Re: [PATCH 0/3] Tau support  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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




pgsql-hackers by date:

Previous
From: Asbjørn Sloth Tønnesen
Date:
Subject: [PATCH 3/3] earthdistance: TWO_PI => M_TAU
Next
From: Asbjørn Sloth Tønnesen
Date:
Subject: [PATCH 2/3] backend: use M_TAU instead of M_PI