pgsql: Convert earthdistance's only C function to v1 call convention, to

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Convert earthdistance's only C function to v1 call convention, to
Date: 2008-04-20 01:05:52
Message-ID: 20080420010552.E44AB7559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Convert earthdistance's only C function to v1 call convention,
to future-proof it against pass-by-value float8.

Modified Files:
--------------
pgsql/contrib/earthdistance:
earthdistance.c (r1.13 -> r1.14)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/earthdistance/earthdistance.c?r1=1.13&r2=1.14)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gleu 2008-04-20 07:33:13 pgsnap - pgsnap: New stylesheet, from Damien Clochard.
Previous Message Tom Lane 2008-04-19 22:55:03 pgsql: seg_size() has to be V1 calling convention, too.