Exception: ActiveRecord::PreparedStatementCacheExpired
- Inherits:
 - 
      StatementInvalid
      
        
- Object
 - StandardError
 - ActiveRecordError
 - StatementInvalid
 - ActiveRecord::PreparedStatementCacheExpired
 
 
- Defined in:
 - lib/active_record/errors.rb
 
Overview
Raised when PostgreSQL returns 'cached plan must not change result type' and we cannot retry gracefully (e.g. inside a transaction)
Instance Attribute Summary
Attributes inherited from StatementInvalid
Method Summary
Methods inherited from StatementInvalid
Constructor Details
This class inherits a constructor from ActiveRecord::StatementInvalid