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 * pointerpointer to existing storage to free 解放する既存の領域へのポインタ