pgsql: SPI_cursor_open failed to enforce that only read-only queries - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: SPI_cursor_open failed to enforce that only read-only queries
Date
Msg-id 20070317031604.07D679FB609@postgresql.org
Whole thread Raw
List 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_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        spi.c (r1.133.4.1 -> r1.133.4.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/spi.c.diff?r1=1.133.4.1&r2=1.133.4.2)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: SPI_cursor_open failed to enforce that only read-only queries
Next
From: eggyknap@pgfoundry.org (User Eggyknap)
Date:
Subject: pgsnmpd - pgsnmpd: New Directory