ports/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.h
Kirill Ponomarev af7179f8cc databases/clickhouse: update to 21.3.6.55-lts
PR:		255352
Reported by:	maintainer
2021-04-25 08:48:59 +02:00

11 lines
349 B
C

--- src/Interpreters/AsynchronousMetrics.h.orig 2021-03-19 11:39:14 UTC
+++ src/Interpreters/AsynchronousMetrics.h
@@ -78,7 +78,7 @@ class AsynchronousMetrics (private)
bool quit {false};
AsynchronousMetricValues values;
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_FREEBSD)
MemoryStatisticsOS memory_stat;
#endif