SPI_start_transaction — obsolete function
void SPI_start_transaction(void)
SPI_start_transaction
does nothing, and exists only for code compatibility with earlier PostgreSQL releases. It used to be required after calling SPI_commit
or SPI_rollback
, but now those functions start a new transaction automatically.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.