pgsql bug

From: 钱学斌 <775680989(at)qq(dot)com>
To: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: pgsql bug
Date: 2019-01-28 02:28:46
Message-ID: tencent_CB4679F1F056DD4E7C29C8D02C4263F5AB0A@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

在我写sh脚本时遇到了一个bug

echo -e "PGsql服务启动中......"
sleep 5
su - postgres
service postgresql start
exit

执行后,系统没有反应。并没有让我输入pg库的密码,当我手动输入 exit ,却显示我登陆成功了。查看了进程,5432端口也有了

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2019-01-28 04:50:34 Re: Why PG_SETMASK() change errno to 0 when there is an elog() call before or after it? Is it a bug?
Previous Message CNG L 2019-01-28 02:21:11 Why PG_SETMASK() change errno to 0 when there is an elog() call before or after it? Is it a bug?