Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.4

spi_freetuple(7)


SPI_freetuple

SPI_freetuple

NAME
SYNOPSIS
DESCRIPTION
ARGUMENTS

NAME

SPI_freetuple − free a row allocated in the upper executor context

SYNOPSIS

void SPI_freetuple(HeapTuple row)

DESCRIPTION

SPI_freetuple frees a row previously allocated in the upper executor context.

This function is no longer different from plain heap_freetuple. It’s kept just for backward compatibility of existing code.

ARGUMENTS

HeapTuple row

row to free



spi_freetuple(7)