1SPI_FREETUPLE(3) PostgreSQL 12.2 Documentation SPI_FREETUPLE(3)
23
4
NAME
6SPI_freetuple - free a row allocated in the upper executor context
7
SYNOPSIS
9void SPI_freetuple(HeapTuple row)
10
DESCRIPTION
12SPI_freetuple frees a row previously allocated in the upper executor
13context.
1415
This function is no longer different from plain heap_freetuple. It's
16kept just for backward compatibility of existing code.
17
ARGUMENTS
19HeapTuple row
20row to free
2122
23
24
PostgreSQL 12.2 2020 SPI_FREETUPLE(3)