1
0
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:
Bruce Momjian
1998-01-15 22:31:33 +00:00
parent d876c25803
commit 41a4f64dcf
2 changed files with 5 additions and 4 deletions

View File

@ -128,6 +128,7 @@ ExecAgg(Agg *node)
for (i = 0; i < nagg; i++)
{
aggregates[i] = lfirst(alist);
aggregates[i]->aggno = i;
alist = lnext(alist);
}