Please suggest why we are getting the below error in our PostgreSQL DB log.ERROR: prepared transaction with identifier "131077_AAAAAAAAAAAAAP//CqqfIep65ipZAmdpAAIcgjE=_ AAAAAAAAAAAAAP// CqqfIep65ipZAmdpAAIciwAAAAAAAA AA" does not exist
STATEMENT: ROLLBACK PREPARED '131077_AAAAAAAAAAAAAP//CqqfIep65ipZAmdpAAIcgjE=_ AAAAAAAAAAAAAP// CqqfIep65ipZAmdpAAIciwAAAAAAAA AA'
The error seems self-explanatory...
Without any context no one is going to be able to guess why you have an application trying to rollback a non-existent two-phase prepared transaction. But likely the problem is not something under PostgreSQL control.
David J.