Postgresql 中文操作指南 47. Server Programming Interface 47.3. Memory Management SPI_pfree Postgresql 中文操作指南 SPI_pfree SPI_pfree — 在上级执行器上下文中释放内存 Synopsis void SPI_pfree(void * pointer) Description SPI_pfree 释放之前使用 SPI_palloc 或 SPI_repalloc 分配的内存。 此函数不再与普通的 pfree 不同。保留它只是为了保持现有代码的向后兼容性。 Arguments void * _pointer_ 指向要释放的现有存储的指针