Re: Perform streaming logical transactions by background workers and parallel apply - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: Perform streaming logical transactions by background workers and parallel apply
Date
Msg-id 20230424.121012.450464895089626373.horikyota.ntt@gmail.com
Whole thread Raw
In response to Perform streaming logical transactions by background workers and parallel apply  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Perform streaming logical transactions by background workers and parallel apply
List pgsql-hackers
At Mon, 24 Apr 2023 11:50:37 +0900 (JST), Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote in 
> In my opinion, it is fine to replace the Assert with an ERROR.

Sorry for posting multiple times in a row, but I'm a bit unceratin
whether we should use FATAL or ERROR for this situation. The stream is
not provided by user, and the session or process cannot continue.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: shaurya jain
Date:
Subject: Re: Logical replication failed with SSL SYSCALL error
Next
From: Michael Paquier
Date:
Subject: Re: Autogenerate some wait events code and documentation