SPI_pfree
SPI_pfree — free memory in the upper executor context
Synopsis
void SPI_pfree(void *pointer)Description
SPI_pfree frees memory previously allocated usingSPI_palloc orSPI_repalloc.
This function is no longer different from plainpfree. It's kept just for backward compatibility of existing code.
Arguments
void *pointerpointer to existing storage to free