newrelic_postgres_plugin 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,6 +67,8 @@ module NewRelic::PostgresPlugin
67
67
  report_bgwriter_metrics
68
68
  report_database_metrics
69
69
  report_index_metrics
70
+
71
+ @connection.finish
70
72
  rescue => e
71
73
  $stderr.puts "#{e}: #{e.backtrace.join("\n ")}"
72
74
  end
@@ -2,5 +2,5 @@ require 'rubygems'
2
2
  require 'newrelic_postgres_plugin/agent'
3
3
 
4
4
  module NewRelic::PostgresPlugin
5
- VERSION = '0.1.5'
5
+ VERSION = '0.1.6'
6
6
  end
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'newrelic_postgres_plugin'
16
- s.version = '0.1.5'
16
+ s.version = '0.1.6'
17
17
  s.date = '2013-07-23'
18
18
  s.rubyforge_project = 'newrelic_postgres_plugin'
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic_postgres_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: