Skip to Content Skip to Search
v7.1.0
class ActiveRecord::PreparedStatementCacheExpired < ActiveRecord::StatementInvalid

ActiveRecord::PreparedStatementCacheExpired

Raised when PostgreSQL returns ‘cached plan must not change result type’ and we cannot retry gracefully (e.g. inside a transaction)

Definition files