Remove statement cache eviction before disconnect
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 4 Feb 2016 08:54:13 +0000 (09:54 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 4 Feb 2016 09:59:22 +0000 (10:59 +0100)
commit88c5ab3ffb9b6ca4f675ae5155d356fbe53c70a8
tree850571cb732999d1ccdc785b051bc2d5f9e5755f
parent118b2c36ae7a9174ecc4b22e1fa2c91f8e56dead
Remove statement cache eviction before disconnect

This was added for no apparent reason with a ton of other code in f200d74b.
It is known to have unintended effects on at least ::Pg handles (as detailed
in theory/dbix-connector/issues/39) and generally seems like a gratuitous
action to take.

Given it doesn't seem to add extra noise on any of the test runs - kill it
with fire.
lib/DBIx/Class/Storage/DBI.pm