diff options
author | Xavier Noria <fxn@hashref.com> | 2018-06-23 08:46:40 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2018-06-23 08:46:40 +0200 |
commit | 96d2c228e31e5fe9b3159c5c52051c589d3c384f (patch) | |
tree | 30432892d469056cfe3548de329e89ab1c1bb5c5 /activerecord/test | |
parent | 484f970c6c45af836f89e2bf2169bb15ca273ddd (diff) | |
download | rails-96d2c228e31e5fe9b3159c5c52051c589d3c384f.tar.gz rails-96d2c228e31e5fe9b3159c5c52051c589d3c384f.tar.bz2 rails-96d2c228e31e5fe9b3159c5c52051c589d3c384f.zip |
OS X -> macOS [Closes #30313]
[Jon Moss & Xavier Noria]
Diffstat (limited to 'activerecord/test')
-rw-r--r-- | activerecord/test/cases/adapters/postgresql/connection_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/adapters/postgresql/connection_test.rb b/activerecord/test/cases/adapters/postgresql/connection_test.rb index d1b3c434e1..54b0dde7dc 100644 --- a/activerecord/test/cases/adapters/postgresql/connection_test.rb +++ b/activerecord/test/cases/adapters/postgresql/connection_test.rb @@ -151,7 +151,7 @@ module ActiveRecord # When prompted, restart the PostgreSQL server with the # "-m fast" option or kill the individual connection assuming # you know the incantation to do that. - # To restart PostgreSQL 9.1 on OS X, installed via MacPorts, ... + # To restart PostgreSQL 9.1 on macOS, installed via MacPorts, ... # sudo su postgres -c "pg_ctl restart -D /opt/local/var/db/postgresql91/defaultdb/ -m fast" def test_reconnection_after_actual_disconnection_with_verify original_connection_pid = @connection.query("select pg_backend_pid()") |