]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add CHECK_FOR_INTERRUPTS while decoding changes.
authorAmit Kapila <akapila@postgresql.org>
Tue, 23 Aug 2022 03:09:31 +0000 (08:39 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 23 Aug 2022 03:09:31 +0000 (08:39 +0530)
commit6b50433e865e58a686fed3cc17712d55407e63a5
tree2b819493c4ae07d82dfcd8b1ca70f81bea73e5ee
parent64f0bc0022651478ddf92113ade0c93d6f2422cd
Add CHECK_FOR_INTERRUPTS while decoding changes.

While decoding changes in a loop, if we skip all the changes there is no
CFI making the loop uninterruptible.

Reported-by: Whale Song and Andrey Borodin
Bug: 17580
Author: Masahiko Sawada
Reviwed-by: Amit Kapila
Backpatch-through: 10
Discussion: https://postgr.es/m/17580-849c1d5b6d7eb422@postgresql.org
Discussion: https://postgr.es/m/B319ECD6-9A28-4CDF-A8F4-3591E0BF2369@yandex-team.ru
src/backend/replication/logical/reorderbuffer.c