Skip to content

Commit

Permalink
Heroku's shared databases are 80311 (8.3.?) and they have array_accum…
Browse files Browse the repository at this point in the history
… already.
  • Loading branch information
pat committed Jun 1, 2012
1 parent ec72cb5 commit ceb0bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thinking_sphinx/adapters/postgresql_adapter.rb
Expand Up @@ -109,7 +109,7 @@ def execute_command(command, output_error = false)
end

def create_array_accum_function
if server_version >= 80400
if server_version >= 80311
return
elsif server_version > 80200
execute <<-SQL
Expand Down

0 comments on commit ceb0bc8

Please sign in to comment.