Pull Request #14 use PGBOUNCER_PREPARED_STATEMENTS env var for all connections without…

in order for pgbouncer to work correctly we need to disable prepared statements.
this patch ensures the `PGBOUNCER_PREPARED_STATEMENTS` env var is used.

prior to this patch, the logs database would require a `LOGS_PGBOUNCER_PREPARED_STATEMENTS` var.

Igor avatar Igor

Pull request event #121 passed

  • Ran for
  • Total time
  • New branch build
The .travis.yml file used for this job is not available
Build Config
{
  "rvm": [
    2,
    2.1,
    2.2,
    "jruby-19mode",
    "jruby-9"
  ],
  "sudo": false,
  "script": "bundle exec rspec spec --color --format documentation --require spec_helper",
  "language": "ruby"
}