pgsql: Fix SPI cursor support to allow scanning the results of utility

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Fix SPI cursor support to allow scanning the results of utility
Дата
Msg-id 20050210203629.8D4FB8B9EBC@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix SPI cursor support to allow scanning the results of utility commands
that return tuples (such as EXPLAIN).  Per gripe from Michael Fuhr.
Side effect: fix an old bug that unintentionally disabled backward scans
for all SPI-created cursors.

Modified Files:
--------------
    pgsql/src/backend/executor:
        spi.c (r1.133 -> r1.134)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/spi.c.diff?r1=1.133&r2=1.134)
    pgsql/src/backend/tcop:
        pquery.c (r1.90 -> r1.91)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/pquery.c.diff?r1=1.90&r2=1.91)

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

Предыдущее
От: meskes@svr1.postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Fixed changelog entry to list correct bug reporter.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix SPI cursor support to allow scanning the results of utility