(Please keep the mailing list cc'd so that others can help)

On 27.01.2011 16:38, zoulx1982 wrote:
There is no error or log, but when  i use  "ps -ef | grep postgres" to watch 
the process, i find walsender process already exists.
In my view, whether this process should exit, because the walreceiver have exit 
 (caused by computer restart).

If the client just goes away, like if the computer is reset, it can take up to a few minutes for the operating system to declare the TCP connection as dead. And you'll need to generate a little bit of WAL so that the walsender has something it tries to send to the receiver, otherwise it might take even longer. You can also look at "netstat" output, to see if the OS thinks the connection is still established.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to