Fix a Ruby pg Segfault on macOS When Running Rails Tests in Parallel
I use minitest to run parallel tests with bin/rails test on GemChat (Rails 8.1, Ruby 4.0.7, pg 1.6.3, PostgreSQL in Docker). Running the Rails test suite in parallel should make it faster. Instead, on …