Unsupported versions: 6.3
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_pfree
PostgreSQL
Prev Next

SPI_pfree

Name

SPI_pfree — Frees memory from upper Executor context
SPI_pfree(pointer)

Inputs

void * pointer

Pointer to existing storage

Outputs

None

Description

SPI_pfree frees memory in upper Executor context. See section on memory management.

Usage

TBD


Prev Home Next
SPI_repalloc Up Memory Management