Re: What does invalid_transaction_state 25000 mean

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2023-06-20 at 13:25 +0530, Debraj Manna wrote:
> I am seeing the below error message Postgres JDBC driver
> 
> Caused by: org.postgresql.util.PSQLException: ERROR: could not serialize access due to read/write dependencies among transactions
>   Detail: Reason code: Canceled on identification as a pivot, during conflict in checking.
>   Hint: The transaction might succeed if retried.
>   at org.postgresql.core.v3.QueryExecutorImpl.receiv

Your application is using the SERIALIZATION idolation level, and
PostgreSQL detected a potential anomaly.

ROLLBACK and retry the transaction.

Yours,
Laurenz Albe






[Index of Archives]     [Postgresql Home]     [Postgresql General]     [Postgresql Performance]     [Postgresql PHP]     [Postgresql Jobs]     [PHP Users]     [PHP Databases]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Forum]

  Powered by Linux