Re: [HACKERS] Streaming Replication and CopyOutResponse message

2010-03-26 Thread Heikki Linnakangas
Fujii Masao wrote: > At the end of the handshake for replication, a CopyOutResponse > message might not arrive at the standby for a while if there is > no WAL record to send. Also walreceiver would get stuck until > that message has arrived. This is not a big problem, but should > be fixed. > > Th

[HACKERS] Streaming Replication and CopyOutResponse message

2010-03-26 Thread Fujii Masao
Hi, At the end of the handshake for replication, a CopyOutResponse message might not arrive at the standby for a while if there is no WAL record to send. Also walreceiver would get stuck until that message has arrived. This is not a big problem, but should be fixed. The cause is that walsender ha