mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix for aggreg problem and fmgr.c compile problems.
This commit is contained in:
@ -128,6 +128,7 @@ ExecAgg(Agg *node)
|
||||
for (i = 0; i < nagg; i++)
|
||||
{
|
||||
aggregates[i] = lfirst(alist);
|
||||
aggregates[i]->aggno = i;
|
||||
alist = lnext(alist);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user