# File lib/patches/db/pg.rb, line 13
  def each(*args, &blk)
    return each_without_profiling(*args, &blk) unless @miniprofiler_sql_id
    mp_report_sql do
      each_without_profiling(*args, &blk)
    end
  end