mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 05:32:27 -04:00
7 lines
202 B
Text
7 lines
202 B
Text
|
|
# earthdistance extension
|
||
|
|
comment = 'calculate great-circle distances on the surface of the Earth'
|
||
|
|
default_version = '1.0'
|
||
|
|
module_pathname = '$libdir/earthdistance'
|
||
|
|
relocatable = true
|
||
|
|
requires = 'cube'
|