pawurb / ruby-pg-extras

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

Adds Postgres 14 to the development and testing environment #15

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

Postgres 14 has been out for a while (14.3 was released in May 2022). This PR adds Postgres 14 to the set of Docker images that are created and used for local testing and to Circle CI.

pawurb commented 2 years ago

Thanks!