mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-02 07:05:38 +02:00
bumping timescaledb supported version to 2.10
This commit is contained in:
parent
9de783c96c
commit
29a2172e6c
2 changed files with 71 additions and 72 deletions
27
glicid/packages/patches/glicid-zabbix-timescaledb-2.10.patch
Normal file
27
glicid/packages/patches/glicid-zabbix-timescaledb-2.10.patch
Normal file
|
@ -0,0 +1,27 @@
|
|||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue