Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60fa4a0

Browse files
knizhnikkelvich
authored andcommitted
Check fo rinterrupts in raftable
1 parentc6600cf commit60fa4a0

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 REBUILD9
34+
ENV REBUILD10
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)

[8]ページ先頭

©2009-2025 Movatter.jp