SPI_start_transaction <refpurpose>obsolete function</refpurpose> — 廃れた関数
void SPI_start_transaction(void)
<function>SPI_start_transaction</function> does nothing, and exists
only for code compatibility with
earlier <productname>PostgreSQL</productname> releases. It used to
be required after calling <function>SPI_commit</function>
or <function>SPI_rollback</function>, but now those functions start
a new transaction automatically.
SPI_start_transaction
は何もしません。以前のPostgreSQLのリリースとのコードの互換性のためだけに存在します。
SPI_commit
またはSPI_rollback
の呼び出しの後で要求されていましたが、今はこれらの関数は自動的に新しいトランザクションを開始します。