From 8d4ac74cf1e6661094716392a2dcb83528ce674b Mon Sep 17 00:00:00 2001 From: jeremy Date: Wed, 16 Nov 2022 03:01:49 +0000 Subject: [PATCH] Mark BROKEN as timescaledb does not yet work with PostgreSQL 15. OK tb@ --- databases/timescaledb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index a71792d2619..4fa45caaf4b 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,3 +1,4 @@ +BROKEN = TimescaleDB does not yet support PostgreSQL 15 COMMENT = database designed to make SQL scalable for time-series data GH_ACCOUNT = timescale