-
- Downloads
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.
Showing
- src/backend/commands/command.c 16 additions, 2 deletionssrc/backend/commands/command.c
- src/backend/executor/spi.c 24 additions, 7 deletionssrc/backend/executor/spi.c
- src/backend/utils/mmgr/portalmem.c 3 additions, 1 deletionsrc/backend/utils/mmgr/portalmem.c
- src/include/utils/portal.h 5 additions, 3 deletionssrc/include/utils/portal.h
Loading
Please register or sign in to comment