Re: [BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding - Mailing list pgsql-hackers

From cca5507
Subject Re: [BUG] Incorrect historic snapshot may be serialized to disk during fast-forwarding
Date
Msg-id tencent_DC9D5A685F215A6D57CA8D0C031EE6C18506@qq.com
Whole thread Raw
In response to Re: [BUG] Incorrect historic snapshot may be serialized to diskduring fast-forwarding  ("cca5507" <cca5507@qq.com>)
List pgsql-hackers
Hi,

The commit message of 'user_catalog_table' says:

```
Replication solutions built around the logical decoding machinery
will likely need to set this operation for their configuration
tables; it might also be needed by extensions which perform table
access in their output functions.
```

So if there is an extension using the incorrect snapshot to scan user
catalog tables, it will get the wrong result, right?

--
Regards,
ChangAo Chen

pgsql-hackers by date:

Previous
From: Andrey Silitskiy
Date:
Subject: Re: Exit walsender before confirming remote flush in logical replication
Next
From: "David G. Johnston"
Date:
Subject: Re: docs: clarify ALTER TABLE behavior on partitioned tables