]> begriffs open source - ai-pg/blob - full-docs/txt/spi-spi-freetuple.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / spi-spi-freetuple.txt
1
2 SPI_freetuple
3
4    SPI_freetuple — free a row allocated in the upper executor context
5
6 Synopsis
7
8 void SPI_freetuple(HeapTuple row)
9
10 Description
11
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
18 Arguments
19
20    HeapTuple row
21           row to free