mirror of https://github.com/postgres/postgres
Here's a little patch to keep the compiler quiet when compiling PostgreSQL V6.0
on the SPARC Solaris2 platform. Submitted by: Keith Parks <emkxp01@mtcc.demon.co.uk>
This commit is contained in:
parent
e768c418b5
commit
676e3c735d
|
@ -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…
Reference in New Issue