pgsql/src backend/commands/command.c backend/e ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src backend/commands/command.c backend/e ...
Дата
Msg-id 200202141524.g1EFOE384644@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml/ref createuser.sgml
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc FAQ src/FAQ/FAQ.html