SPI_unregister_relation — remove an ephemeral named relation from the registry
int SPI_unregister_relation(const char * name)
SPI_unregister_relation removes an ephemeral named
relation from the registry for the current connection.
const char * namethe relation registry entry name
If the execution of the command was successful then the following (nonnegative) value will be returned:
if the tuplestore has been successfully removed from the registry
On error, one of the following negative values is returned:
if name is NULL
if called from an unconnected C function
if name is not found in the registry for the
current connection