1SPI_FREETUPLE(3)         PostgreSQL 11.6 Documentation        SPI_FREETUPLE(3)
2
3
4

NAME

6       SPI_freetuple - free a row allocated in the upper executor context
7

SYNOPSIS

9       void SPI_freetuple(HeapTuple row)
10

DESCRIPTION

12       SPI_freetuple frees a row previously allocated in the upper executor
13       context.
14
15       This function is no longer different from plain heap_freetuple. It's
16       kept just for backward compatibility of existing code.
17

ARGUMENTS

19       HeapTuple row
20           row to free
21
22
23
24PostgreSQL 11.6                      2019                     SPI_FREETUPLE(3)
Impressum