pg启动异常could not open lock file "/tmp/.s.PGSQL.5432.lock":时间:2022-10-24 10:16:19今天安装postgres,启动异常:could not open lock file "/tmp/.s.PGSQL.5432.lock": 修改tmp权限,chown -R postgres:postgres /tmp 启动成功。