Commit d6c06feb authored by Bryan Henderson's avatar Bryan Henderson

Add cast to quiet compiler warning.

parent 4540a8bd
......@@ -256,7 +256,7 @@ ExecAgg(Agg *node)
for(i = 0; i < nagg; i++) {
AttrNumber attnum;
int2 attlen;
Datum newVal = NULL;
Datum newVal = (Datum) NULL;
AggFuncInfo *aggfns = &aggFuncInfo[i];
Datum args[2];
Node *tagnode = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment