SPI_palloc
Name
SPI_palloc -- allocate memory in the upper executor context
Synopsis
void * SPI_palloc(Size size)
描述
   SPI_palloc allocates memory in the upper
   executor context.
  
参数
- Size size
-       size in bytes of storage to allocate
      
返回值
   pointer to new storage space of the specified size