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

Commit 82ee33f

Browse files
committed
Rename raftwable bgworker
1 parent bf5bd84 commit 82ee33f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 7
34+
ENV REBUILD 8
3535

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

contrib/raftable/worker.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ static void worker_main(Datum arg)
491491
}
492492

493493
static BackgroundWorker RaftableWorker = {
494-
"raftable worker",
495-
BGWORKER_SHMEM_ACCESS | BGWORKER_BACKEND_DATABASE_CONNECTION, /* do not need connection to the database */
494+
"raftable-worker",
495+
BGWORKER_SHMEM_ACCESS, /* do not need connection to the database */
496496
BgWorkerStart_ConsistentState,
497497
1,
498498
worker_main

0 commit comments

Comments
 (0)