Postgresql issues
Created by: denispeplin
I'm use gitlabhq with postgresql. All works fine exept errors in some background jobs. For example:
Worker
dev:26134 on post_receive at 21 minutes ago
Retry or Remove
Class
PostReceive
Arguments
"doc"
"e1e9534f7dd970d3719fe2856ab19348e57f08b2"
"55f7e0b742285804e1c91389103350e9706cc6c6"
"refs/heads/master"
"my_email_com_1340777237"
Exception
ActiveRecord::StatementInvalid
Error
PG::Error: ERROR: prepared statement "a3" already exists : SELECT COUNT(*) FROM pg_class c LEFT JOIN pg_namespace n ON n.oid = c.relnamespace WHERE c.relkind in ('v','r') AND c.relname = $1 AND n.nspname = ANY (current_schemas(false))
I know that postgres is not officially supported. Just curious is this issue related to https://github.com/rails/rails/issues/1339