Simplification

This commit is contained in:
Alexey Milovidov 2019-12-28 07:26:55 +03:00
parent 579137486b
commit 78402ade07

View File

@ -23,7 +23,7 @@ namespace
struct AggregateFunctionThrowData
{
std::unique_ptr<char[]> memory{ new char[1] };
std::unique_ptr<char> memory{ new char };
};
/** Throw on creation with probability specified in parameter.