We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845f841 commit 2118905Copy full SHA for 2118905
src/Common/SignalHandlers.cpp
@@ -577,14 +577,14 @@ try
577
}
578
579
/// Advice the user to send it manually.
580
- if (std::string_view(VERSION_OFFICIAL).contains("official build"))
+ if (std::string_view(VERSION_OFFICIAL).contains("altinity build"))
581
{
582
const auto & date_lut = DateLUT::instance();
583
584
/// Approximate support period, upper bound.
585
if (time(nullptr) - date_lut.makeDate(2000 + VERSION_MAJOR, VERSION_MINOR, 1) < (365 + 30) * 86400)
586
587
- LOG_FATAL(log, "Report this error to https://github.com/ClickHouse/ClickHouse/issues");
+ LOG_FATAL(log, "Report this error to https://github.com/Altinity/ClickHouse/issues");
588
589
else
590
0 commit comments