Re: Skipping logical replication transactions on subscriber side - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Skipping logical replication transactions on subscriber side
Date
Msg-id 3163a085-66e6-426c-f97b-8df66980c7c4@enterprisedb.com
Whole thread Raw
In response to Re: Skipping logical replication transactions on subscriber side  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: Skipping logical replication transactions on subscriber side  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
On 30.09.21 07:45, Masahiko Sawada wrote:
> I've attached updated patches that incorporate all comments I got so
> far. Please review them.

I'm uneasy about the way the xids-to-be-skipped are presented as 
subscriptions options, similar to settings such as "binary".  I see how 
that is convenient, but it's not really the same thing, in how you use 
it, is it?  Even if we share some details internally, I feel that there 
should be a separate syntax somehow.

Also, what happens when you forget to reset the xid after it has passed? 
  Will it get skipped again after wraparound?



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: prevent immature WAL streaming
Next
From: Andres Freund
Date:
Subject: Re: 002_types.pl fails on some timezones on windows