Обсуждение: pgsql/src/backend/executor spi.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/executor spi.c

От
tgl@postgresql.org
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/01/03 15:30:47

Modified files:
    src/backend/executor: spi.c

Log message:
    SPI_cursor_open must copy by-reference parameter values into the
    portal's memory context, so that they will live as long as the portal does.