pawurb / ruby-pg-extras

Ruby PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
MIT License
137 stars 11 forks source link

Fix #12 - Eliminate filesize dependency #14

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

This commit eliminates the dependency on the now unsupported filesize gem. The parsing functionality from that gem is now handled with a dedicated SizeParser class.

pawurb commented 2 years ago

Thanks!