pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in
Дата
Msg-id 20060310015124.A3C809DCC2B@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.
Otherwise you can't cancel queries like select ... from generate_series(1,1000000).

Modified Files:
--------------
    pgsql/src/backend/executor:
        execQual.c (r1.188 -> r1.189)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c.diff?r1=1.188&r2=1.189)

В списке pgsql-committers по дате отправления:

Предыдущее
От: nwakefield@pgfoundry.org (User Nwakefield)
Дата:
Сообщение: bizgres - bizgres: Added automatic password encryption and support for
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in