バージョンごとのドキュメント一覧

SPI_freetuple

SPI_freetuple <refpurpose>free a row allocated in the upper executor context</refpurpose> — 上位エグゼキュータコンテキスト内に割り当てられた行を解放する

概要

void SPI_freetuple(HeapTuple row)

説明

<title>Description</title>

<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とは異なるものではありません。 単に既存コードの後方互換性のために保持されています。

引数

<title>Arguments</title>
HeapTuple row

row to free 解放する行