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 82ee33f commit 455dddcCopy full SHA for 455dddc
contrib/mmts/Dockerfile
@@ -31,7 +31,7 @@ USER postgres
31
ENV CFLAGS -O0
32
WORKDIR /pg
33
34
-ENV REBUILD 8
+ENV REBUILD 9
35
36
RUN cd /pg && \
37
git clone https://github.com/postgrespro/postgres_cluster.git --depth 1 && \
contrib/raftable/worker.c
@@ -488,6 +488,7 @@ static void worker_main(Datum arg)
488
notify();
489
}
490
491
+ elog(LOG, "Raftable worker stopped");
492
493
494
static BackgroundWorker RaftableWorker = {
0 commit comments