Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 60fa4a0

Browse files
knizhnikkelvich
authored andcommitted
Check fo rinterrupts in raftable
1 parent c6600cf commit 60fa4a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ USER postgres
3131
ENV CFLAGS -O0
3232
WORKDIR /pg
3333

34-
ENV REBUILD 9
34+
ENV REBUILD 10
3535

3636
RUN cd /pg && \
3737
git clone https://github.com/postgrespro/postgres_cluster.git --depth 1 && \

arbiter.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,9 @@ static void MtmTransSender(Datum arg)
710710
txBuffer[i].used = 0;
711711
}
712712
}
713+
CHECK_FOR_INTERRUPTS();
713714
}
715+
elog(LOG, "Stop arbiter sender %d", MyProcPid);
714716
}
715717

716718

0 commit comments

Comments
 (0)