Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #1015

Closed
Open
Created Jun 29, 2012 by Administrator@rootOwner

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

Assignee
Assign to
Time tracking