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

SPI_pfree

SPI_pfree <refpurpose>free memory in the upper executor context</refpurpose> — 上位エグゼキュータコンテキスト内のメモリを解放する

概要

void SPI_pfree(void * pointer)

説明

<title>Description</title>

<function>SPI_pfree</function> frees memory previously allocated using <function>SPI_palloc</function> or <function>SPI_repalloc</function>. SPI_pfreeは、以前にSPI_pallocSPI_repallocを使用して割り当てられたメモリを解放します。

This function is no longer different from plain <function>pfree</function>. It's kept just for backward compatibility of existing code. この関数はもはや通常のpfreeとは異なるものではありません。 単に既存コードの後方互換性のために保持されています。

引数

<title>Arguments</title>
void * pointer

pointer to existing storage to free 解放する既存の領域へのポインタ