pgsql: Handle missing M_PI the same way we've been doing in the core

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Handle missing M_PI the same way we've been doing in the core
Date: 2006-10-19 20:08:03
Message-ID: 20061019200803.B586A9FB2E2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Handle missing M_PI the same way we've been doing in the core code,
instead of inserting an MSVC dependency.

Modified Files:
--------------
pgsql/contrib/earthdistance:
earthdistance.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/earthdistance/earthdistance.c.diff?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message User Nickg 2006-10-19 20:25:28 press - pr: Fixed typos, copy-edited
Previous Message Tom Lane 2006-10-19 20:03:08 pgsql: Further MSVC portability fixes from Magnus.