pgsql/src backend/commands/command.c backend/e ... - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src backend/commands/command.c backend/e ...
Date
Msg-id 200202141524.g1EFOE384644@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/02/14 10:24:10

Modified files:
    src/backend/commands: command.c
    src/backend/executor: spi.c
    src/backend/utils/mmgr: portalmem.c
    src/include/utils: portal.h

Log message:
    Ensure that a cursor is scanned under the same scanCommandId it was
    originally created with, so that the set of visible tuples does not
    change as a result of other activity.  This essentially makes PG cursors
    INSENSITIVE per the SQL92 definition.  See bug report of 13-Feb-02.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/doc/src/sgml/ref createuser.sgml
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/doc FAQ src/FAQ/FAQ.html