int SPI_freeplan(void *plan)
SPI_freeplan 释放一个以前由 SPI_prepare 返回的或者是用 SPI_saveplan 保存的命令执行规划。
指向要释放的规划的指针
如果 plan 为 NULL,返回 SPI_ERROR_ARGUMENT。