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:
Marc G. Fournier 1996-12-22 03:28:25 +00:00
parent e768c418b5
commit 676e3c735d
1 changed files with 1 additions and 1 deletions

View File

@ -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;