SPI_pop (3)
Leading comments
Title: SPI_pop Author: The PostgreSQL Global Development Group Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 2017 Manual: PostgreSQL 9.6.5 Documentation Source: PostgreSQL 9.6.5 Language: English
NAME
SPI_pop - pop SPI stack to return from recursive SPI usageSYNOPSIS
void SPI_pop(void)
DESCRIPTION
SPI_pop pops the previous environment from the SPI call stack. See SPI_push.