SPI_pop
Name
SPI_pop -- pop SPI stack to return from recursive SPI usage
Synopsis
void SPI_pop(void)
Description
Note: At present, this section is just taken from PostgreSQL documentation
and is subject to revision for Postgres-XC.
SPI_pop
pops the previous environment from the
SPI call stack. See SPI_push
.