module PgSaurus::CreateIndexConcurrently::MigrationProxy

Allows `process_postponed_queries` to be called on MigrationProxy instances. So, (see ::PgSaurus::CreateIndexConcurrently::Migrator) could run index creation concurrently.

Default delegation in (see ActiveRecord::MigrationProxy) allows to call only several methods.