Re: pg_basebackup caused FailedAssertion

2020-12-14 Thread Heikki Linnakangas
On 12/12/2020 00:47, Jeff Davis wrote: On Wed, 2013-02-27 at 19:29 +0200, Heikki Linnakangas wrote: Right. I fixed that by adding WL_SOCKET_READABLE, and handling any messages that might arrive after the frontend already sent CopyEnd. The frontend shouldn't send any messages after CopyEnd, until

Re: pg_basebackup caused FailedAssertion

2020-12-11 Thread Jeff Davis
Old thread: https://www.postgresql.org/message-id/512E427B.9090308%40vmware.com about commit 3a9e64aa. On Wed, 2013-02-27 at 19:29 +0200, Heikki Linnakangas wrote: > Right. I fixed that by adding WL_SOCKET_READABLE, and handling any > messages that might arrive after the frontend already sent Co