mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
|
From 2ba64970de034357f22dd5f0fca0e588f4060fcd Mon Sep 17 00:00:00 2001
|
||
|
From: JEAN-FRANCOIS GUILLAUME <mrbear@yam-it.net>
|
||
|
Date: Fri, 3 Mar 2023 08:20:47 +0100
|
||
|
Subject: [PATCH] bumping timescaledb supported version to 2.10
|
||
|
|
||
|
---
|
||
|
include/zbxdb.h | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/include/zbxdb.h b/include/zbxdb.h
|
||
|
index 111d89a..4716f75 100644
|
||
|
--- a/include/zbxdb.h
|
||
|
+++ b/include/zbxdb.h
|
||
|
@@ -197,8 +197,8 @@ int zbx_db_strlen_n(const char *text_loc, size_t maxlen);
|
||
|
#define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION 20001
|
||
|
#define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION_FRIENDLY "2.0.1"
|
||
|
#define ZBX_TIMESCALE_MIN_VERSION_WITH_LICENSE_PARAM_SUPPORT 20000
|
||
|
-#define ZBX_TIMESCALE_MAX_VERSION 20999
|
||
|
-#define ZBX_TIMESCALE_MAX_VERSION_FRIENDLY "2.9"
|
||
|
+#define ZBX_TIMESCALE_MAX_VERSION 21000
|
||
|
+#define ZBX_TIMESCALE_MAX_VERSION_FRIENDLY "2.10"
|
||
|
#define ZBX_TIMESCALE_LICENSE_APACHE "apache"
|
||
|
#define ZBX_TIMESCALE_LICENSE_APACHE_FRIENDLY "TimescaleDB Apache 2 Edition"
|
||
|
#define ZBX_TIMESCALE_LICENSE_COMMUNITY "timescale"
|
||
|
--
|
||
|
2.39.2
|
||
|
|