SPI_pfree <refpurpose>free memory in the upper executor context</refpurpose> — 上位エグゼキュータコンテキスト内のメモリを解放する
void SPI_pfree(void * pointer
)
<function>SPI_pfree</function> frees memory previously allocated
using <function>SPI_palloc</function> or
<function>SPI_repalloc</function>.
SPI_pfree
は、以前にSPI_palloc
やSPI_repalloc
を使用して割り当てられたメモリを解放します。
This function is no longer different from plain
<function>pfree</function>. It's kept just for backward
compatibility of existing code.
この関数はもはや通常のpfree
とは異なるものではありません。
単に既存コードの後方互換性のために保持されています。
void * pointer
pointer to existing storage to free 解放する既存の領域へのポインタ