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 c530486 commit 9590df0Copy full SHA for 9590df0
contrib/mmts/Dockerfile
@@ -31,7 +31,7 @@ USER postgres
31
ENV CFLAGS -O0
32
WORKDIR /pg
33
34
-ENV REBUILD 5
+ENV REBUILD 6
35
36
RUN cd /pg && \
37
git clone https://github.com/postgrespro/postgres_cluster.git --depth 1 && \
contrib/raftable/worker.c
@@ -443,7 +443,7 @@ static void worker_main(Datum arg)
443
WorkerConfig *cfg = (WorkerConfig *)(arg);
444
StateP state;
445
446
- fprintf(stderr, "raftable worker_main(): stop = %d\n", stop);
+ elog(LOG, "Start raftable worker");
447
448
state = (StateP)get_shared_state();
449
0 commit comments