module PgPower::CreateIndexConcurrently::MigrationProxy
Allows ‘process_postponed_queries` to be called on MigrationProxy
instances. So, (see ::PgPower::CreateIndexConcurrently::Migrator
) could run index creation concurrently.
Default delegation in (see ActiveRecord::MigrationProxy) allows to call only several methods.