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

Commit 455dddc

Browse files
committed
Log stop of raftable server
1 parent 82ee33f commit 455dddc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contrib/mmts/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 8
34+
ENV REBUILD 9
3535

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

contrib/raftable/worker.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ static void worker_main(Datum arg)
488488
notify();
489489
}
490490
}
491+
elog(LOG, "Raftable worker stopped");
491492
}
492493

493494
static BackgroundWorker RaftableWorker = {

0 commit comments

Comments
 (0)