[pg16]Question about building snapshot in logical decoding

Поиск
Список
Период
Сортировка
От cca5507
Тема [pg16]Question about building snapshot in logical decoding
Дата
Msg-id tencent_50D0DAED9438993ABCE803523BB750884207@qq.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: Re: Fix a possible socket leak at Windows (src/backend/port/win32/socket.c)
Следующее
От: "Tristan Partin"
Дата:
Сообщение: Re: Add pgindent test to check if codebase is correctly formatted