pgsql: Add CHECK_FOR_INTERRUPTS while decoding changes. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Add CHECK_FOR_INTERRUPTS while decoding changes.
Date
Msg-id E1oQM1i-000nW7-F3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f972ec5c285c3bc50d81f8044e08cd636017ab68

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Don't define FRONTEND for libpq
Next
From: Thomas Munro
Date:
Subject: pgsql: Don't bother to set sockaddr_un.sun_len.