SPI memory overrun details

From: "Katsaros Kwn/nos" <ntinos(at)aueb(dot)gr>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: SPI memory overrun details
Date: 2004-11-25 13:33:37
Message-ID: 1101389617.4723.18.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I read in the documentation of SPI functions that an SPI_cursor is used
to avoid memory overrun in cases where a query returns many rows. I'd
like to learn more about this. Is their any place that I could find more
detailed information (e.g. max size of results, threshold - available
memory etc.)?

I searched the archives but nothing.

Regards,
Ntinos Katsaros

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Victor Ciurus 2004-11-25 13:34:51 Insert (ignore) with unique constraint on
Previous Message Daniel Martini 2004-11-25 13:10:03 Re: why use SCHEMA? any real-world examples?