PostgreSQL | ||
---|---|---|
Prev | Next |
SPI_copytuple(tuple)
Input tuple to be copied
Copied tuple
non-NULL if tuple is not NULL and the copy was successful |
NULL only if tuple is NULL |
SPI_copytuple makes a copy of tuple in upper Executor context. See the section on Memory Management.
TBD
Prev | Home | Next |
Interface Support Functions | Up | SPI_modifytuple |