Обсуждение: pgsql: ExecAgg() failed to finish running out set-returning functions in

Поиск
Список
Период
Сортировка

pgsql: ExecAgg() failed to finish running out set-returning functions in

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
ExecAgg() failed to finish running out set-returning functions in the last
aggregated tuple of a run.  Per report from Laurenz Albe.  This is a new
bug in 8.4, but only because prior versions rejected SRFs in an Agg plan
node altogether.

Modified Files:
--------------
    pgsql/src/backend/executor:
        nodeAgg.c (r1.166 -> r1.167)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeAgg.c?r1=1.166&r2=1.167)