SPI_palloc <refpurpose>allocate memory in the upper executor context</refpurpose> — 上位エグゼキュータコンテキスト内にメモリを割り当てる
void * SPI_palloc(Size size
)
<function>SPI_palloc</function> allocates memory in the upper
executor context.
SPI_palloc
は上位エグゼキュータコンテキスト内にメモリを割り当てます。
This function can only be used while connected to SPI. Otherwise, it throws an error. この関数はSPIに接続されている間にのみ使うことができます。 それ以外の場合はエラーを発生させます。
Size size
size in bytes of storage to allocate 割り当てる領域のバイト数
pointer to new storage space of the specified size 指定サイズの新しい格納領域へのポインタ