mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 10:11:29 +08:00
The dblink extension is blacklisted by some cloud-hosting providers and is an unnecessary dependency for single-node operation. Since we don't plan to use dblink to implement clustering this PR removes the dependency.
7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
# timescaledb extension
|
|
comment = 'Enables scalable inserts and complex queries for time-series data'
|
|
default_version = '0.0.7-beta'
|
|
module_pathname = '$libdir/timescaledb'
|
|
requires = 'postgres_fdw'
|
|
relocatable = true
|