1SPI_PFREE(3)             PostgreSQL 12.6 Documentation            SPI_PFREE(3)
2
3
4

NAME

6       SPI_pfree - free memory in the upper executor context
7

SYNOPSIS

9       void SPI_pfree(void * pointer)
10

DESCRIPTION

12       SPI_pfree frees memory previously allocated using SPI_palloc or
13       SPI_repalloc.
14
15       This function is no longer different from plain pfree. It's kept just
16       for backward compatibility of existing code.
17

ARGUMENTS

19       void * pointer
20           pointer to existing storage to free
21
22
23
24PostgreSQL 12.6                      2021                         SPI_PFREE(3)
Impressum