diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2022-01-17 07:33:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2022-01-17 07:35:13 +0000 |
commit | edb56d4c62ae865be24e1fb81c7657d42a27c355 (patch) | |
tree | 1f84e5b960edfc857dce27a9d27a56ff6b3f595d /databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp | |
parent | ffab526e3cf40420663ec62457556521d41f4ed5 (diff) | |
download | ports-edb56d4c62ae865be24e1fb81c7657d42a27c355.tar.gz ports-edb56d4c62ae865be24e1fb81c7657d42a27c355.zip |
databases/clickhouse: Update to 21.12.3.32
Changes: https://github.com/ClickHouse/ClickHouse/compare/v21.7.4.18-stable...v21.12.3.32-stable
Reported by: maintainer
Diffstat (limited to 'databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp')
-rw-r--r-- | databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp b/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp deleted file mode 100644 index 53cb1e3a2823..000000000000 --- a/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Interpreters/AsynchronousMetrics.cpp.orig 2021-07-17 10:04:30 UTC -+++ src/Interpreters/AsynchronousMetrics.cpp -@@ -207,7 +207,7 @@ void AsynchronousMetrics::update() - new_values["Uptime"] = getContext()->getUptimeSeconds(); - - /// Process memory usage according to OS --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_FREEBSD) - { - MemoryStatisticsOS::Data data = memory_stat.get(); - |