pgsql/src/backend/executor spi.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/executor spi.c
Date: 2002-01-03 20:30:48
Message-ID: 200201032030.g03KUlf70805@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2002-01-03 20:42:25 pgsql/doc TODO
Previous Message momjian 2002-01-03 18:25:51 pgsql/doc TODO