mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 12:42:24 +03:00
Add cast to quiet compiler warning.
This commit is contained in:
parent
4540a8bd5c
commit
d6c06feb18
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user