Unsupported versions: 7.3 / 7.2 / 7.1
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current version, or one of the other supported versions listed above instead.

SPI_palloc

Name

SPI_palloc -- Allocates memory in upper Executor context

Synopsis

SPI_palloc(size)

Inputs

Size size

Octet size of storage to allocate

Outputs

void *

New storage space of specified size

Description

SPI_palloc allocates memory in upper Executor context.

Usage

TBD