From b7606139d7310370f83983c977920ff2a3637f00 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 5 Mar 2019 09:45:34 -0600 Subject: [PATCH] MCOL-1822 Typo repair. Should be long double, not double --- dbcon/execplan/treenode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbcon/execplan/treenode.h b/dbcon/execplan/treenode.h index 3edf1e9db..91ceb2a11 100644 --- a/dbcon/execplan/treenode.h +++ b/dbcon/execplan/treenode.h @@ -1010,7 +1010,7 @@ inline long double TreeNode::getLongDoubleVal() case CalpontSystemCatalog::SMALLINT: case CalpontSystemCatalog::MEDINT: case CalpontSystemCatalog::INT: - return (double)fResult.intVal; + return (long double)fResult.intVal; case CalpontSystemCatalog::UBIGINT: case CalpontSystemCatalog::UTINYINT: