This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
SPI_pop
Name
SPI_pop -- pop SPI stack to return from recursive SPI usage
Synopsis
void SPI_pop(void)
Description
SPI_pop
pops the previous environment from the SPI call stack. See SPI_push
.