We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6600cf commit 60fa4a0Copy full SHA for 60fa4a0
Dockerfile
@@ -31,7 +31,7 @@ USER postgres
31
ENV CFLAGS -O0
32
WORKDIR /pg
33
34
-ENV REBUILD 9
+ENV REBUILD 10
35
36
RUN cd /pg && \
37
git clone https://github.com/postgrespro/postgres_cluster.git --depth 1 && \
arbiter.c
@@ -710,7 +710,9 @@ static void MtmTransSender(Datum arg)
710
txBuffer[i].used = 0;
711
}
712
713
+ CHECK_FOR_INTERRUPTS();
714
715
+ elog(LOG, "Stop arbiter sender %d", MyProcPid);
716
717
718
0 commit comments