SPI_freetuple <refpurpose>free a row allocated in the upper executor context</refpurpose> — 上位エグゼキュータコンテキスト内に割り当てられた行を解放する
void SPI_freetuple(HeapTuple row
)
<function>SPI_freetuple</function> frees a row previously allocated
in the upper executor context.
SPI_freetuple
は以前に上位エグゼキュータコンテキスト内に割り当てられた行を解放します。
This function is no longer different from plain
<function>heap_freetuple</function>. It's kept just for backward
compatibility of existing code.
この関数はもはや通常のheap_freetuple
とは異なるものではありません。
単に既存コードの後方互換性のために保持されています。
HeapTuple row
row to free 解放する行