Re: Local visibility with logical decoding - Mailing list pgsql-hackers

From Antonin Houska
Subject Re: Local visibility with logical decoding
Date
Msg-id 16133.1595263080@antos
Whole thread Raw
In response to Local visibility with logical decoding  (Marko Tiikkaja <marko@joh.to>)
Responses Re: Local visibility with logical decoding  (Marko Tiikkaja <marko@joh.to>)
List pgsql-hackers
Marko Tiikkaja <marko@joh.to> wrote:

> It appears that when logical decoding sends out the data from the output
> plugin, it is not guaranteed that the decoded transaction's effects are
> visible on the source server.  Is this the way it's supposed to work?

Can you please share the test that indicates this behavior? As far as I
understand, the transaction must have been committed before the output plugin
starts to receive the changes.

-- 
Antonin Houska
Web: https://www.cybertec-postgresql.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Binary support for pgoutput plugin
Next
From: Alvaro Herrera
Date:
Subject: Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING