Skip to Content Skip to Search
edge
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