Hi, On 2019-03-04 16:54:32 +0530, tushar wrote: > On 03/01/2019 11:16 PM, Andres Freund wrote: > > So, if I understand correctly you do*not* have a phyiscal replication > > slot for this standby? For the feature to work reliably that needs to > > exist, and you need to have hot_standby_feedback enabled. Does having > > that fix the issue? > > Ok, This time around - I performed like this - > > .)Master cluster (set wal_level=logical and hot_standby_feedback=on in > postgresql.conf) , start the server and create a physical replication slot
Note that hot_standby_feedback=on needs to be set on a standby, not on the primary (although it doesn't do any harm there). Thanks, Andres