pgsql: SPI_cursor_open failed to enforce that only read-only queries

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: SPI_cursor_open failed to enforce that only read-only queries
Дата
Msg-id 20070317031547.28B449FB609@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
SPI_cursor_open failed to enforce that only read-only queries could be
executed in read_only mode.  This could lead to various relatively-subtle
failures, such as an allegedly stable function returning non-stable results.
Bug goes all the way back to the introduction of read-only mode in 8.0.
Per report from Gaetano Mendola.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        spi.c (r1.165.2.2 -> r1.165.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/spi.c.diff?r1=1.165.2.2&r2=1.165.2.3)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: SPI_cursor_open failed to enforce that only read-only queries
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: SPI_cursor_open failed to enforce that only read-only queries