logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SPI_start_transaction - obsolete function

Description

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. PostgreSQL 17.5 2025 SPI_START_TRANSACTION(3)

Name

SPI_start_transaction - obsolete function

Synopsis

void SPI_start_transaction(void)

See Also