Exception: ActiveRecord::PreparedStatementCacheExpired

Inherits:
StatementInvalid show all
Defined in:
lib/active_record/errors.rb

Overview

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

Method Summary

Methods inherited from StatementInvalid

#initialize, #original_exception

Constructor Details

This class inherits a constructor from ActiveRecord::StatementInvalid