[pg16]Question about building snapshot in logical decoding - Mailing list pgsql-hackers

From cca5507
Subject [pg16]Question about building snapshot in logical decoding
Date
Msg-id tencent_50D0DAED9438993ABCE803523BB750884207@qq.com
Whole thread Raw
List pgsql-hackers
If txn1 begin after SNAPBUILD_BUILDING_SNAPSHOT and commit before
SNAPBUILD_FULL_SNAPSHOT(so txn1 will not be processed by DecodeCommit), and
txn2 begin after SNAPBUILD_FULL_SNAPSHOT and commit after
SNAPBUILD_CONSISTENT(so txn2 will be replayed), how to ensure that txn2
could see the changes made by txn1?

Thanks

pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: Re: Fix a possible socket leak at Windows (src/backend/port/win32/socket.c)
Next
From: "Tristan Partin"
Date:
Subject: Re: Add pgindent test to check if codebase is correctly formatted