mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-29 19:10:38 +00:00
Blha
This commit is contained in:
20
compute/extensions/timescaledb.yaml
Normal file
20
compute/extensions/timescaledb.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: ip4r
|
||||
|
||||
build-system: "pgxs"
|
||||
|
||||
trusted: true
|
||||
|
||||
pg14: &pg14
|
||||
version: "2.10.1"
|
||||
tarball: "https://github.com/timescale/timescaledb/archive/refs/tags/{version}.tar.gz"
|
||||
checksum: 6fca72a6ed0f6d32d2b3523951ede73dc5f9b0077b38450a029a5f411fdb8c73
|
||||
|
||||
pg15:
|
||||
<<: *pg14
|
||||
|
||||
pg16:
|
||||
<<: *pg14
|
||||
|
||||
|
||||
pg17:
|
||||
<<: *pg14
|
||||
0
compute/extensions/v14/dependencies/sfcgal.toml
Normal file
0
compute/extensions/v14/dependencies/sfcgal.toml
Normal file
9
compute/extensions/v14/ip4r.toml
Normal file
9
compute/extensions/v14/ip4r.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
name = "ip4r"
|
||||
version = "2.4.2"
|
||||
|
||||
trusted = true
|
||||
|
||||
build-system = "pgxs"
|
||||
|
||||
tarball = "https://github.com/RhodiumToad/ip4r/archive/refs/tags/2.4.2.tar.gz"
|
||||
checksum = "0f7b1f159974f49a47842a8ab6751aecca1ed1142b6d5e38d81b064b2ead1b4b"
|
||||
0
compute/extensions/v15/dependencies/sfcgal.toml
Normal file
0
compute/extensions/v15/dependencies/sfcgal.toml
Normal file
9
compute/extensions/v15/ip4r.toml
Normal file
9
compute/extensions/v15/ip4r.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
name = "ip4r"
|
||||
version = "2.4.2"
|
||||
|
||||
trusted = true
|
||||
|
||||
build-system = "pgxs"
|
||||
|
||||
tarball = "https://github.com/RhodiumToad/ip4r/archive/refs/tags/2.4.2.tar.gz"
|
||||
checksum = "0f7b1f159974f49a47842a8ab6751aecca1ed1142b6d5e38d81b064b2ead1b4b"
|
||||
0
compute/extensions/v16/dependencies/sfcgal.toml
Normal file
0
compute/extensions/v16/dependencies/sfcgal.toml
Normal file
9
compute/extensions/v16/ip4r.toml
Normal file
9
compute/extensions/v16/ip4r.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
name = "ip4r"
|
||||
version = "2.4.2"
|
||||
|
||||
trusted = true
|
||||
|
||||
build-system = "pgxs"
|
||||
|
||||
tarball = "https://github.com/RhodiumToad/ip4r/archive/refs/tags/2.4.2.tar.gz"
|
||||
checksum = "0f7b1f159974f49a47842a8ab6751aecca1ed1142b6d5e38d81b064b2ead1b4b"
|
||||
0
compute/extensions/v17/dependencies/sfcgal.toml
Normal file
0
compute/extensions/v17/dependencies/sfcgal.toml
Normal file
9
compute/extensions/v17/ip4r.toml
Normal file
9
compute/extensions/v17/ip4r.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
name = "ip4r"
|
||||
version = "2.4.2"
|
||||
|
||||
trusted = true
|
||||
|
||||
build-system = "pgxs"
|
||||
|
||||
tarball = "https://github.com/RhodiumToad/ip4r/archive/refs/tags/2.4.2.tar.gz"
|
||||
checksum = "0f7b1f159974f49a47842a8ab6751aecca1ed1142b6d5e38d81b064b2ead1b4b"
|
||||
14
compute/extensions/v17/timescaledb.toml
Normal file
14
compute/extensions/v17/timescaledb.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
name = "timescaledb"
|
||||
version = "2.17.1"
|
||||
|
||||
trusted = true
|
||||
|
||||
build-system = "cmake-ninja"
|
||||
build-arguments = [
|
||||
"-DSEND_TELEMETRY_DEFAULT:BOOL=OFF",
|
||||
"-DUSE_TELEMETRY:BOOL=OFF",
|
||||
"-DAPACHE_ONLY:BOOL=ON",
|
||||
]
|
||||
|
||||
tarball = "https://github.com/timescale/timescaledb/archive/refs/tags/2.17.1.tar.gz"
|
||||
checksum = "6277cf43f5695e23dae1c5cfeba00474d730b66ed53665a84b787a6bb1a57e28"
|
||||
Reference in New Issue
Block a user