pgsql bug - Mailing list pgsql-bugs

From 钱学斌
Subject pgsql bug
Date
Msg-id tencent_CB4679F1F056DD4E7C29C8D02C4263F5AB0A@qq.com
Whole thread Raw
List pgsql-bugs
在我写sh脚本时遇到了一个bug

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

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

pgsql-bugs by date:

Previous
From: CNG L
Date:
Subject: Why PG_SETMASK() change errno to 0 when there is an elog() callbefore or after it? Is it a bug?
Next
From: Andres Freund
Date:
Subject: Re: Why PG_SETMASK() change errno to 0 when there is an elog() callbefore or after it? Is it a bug?