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 bf5bd84 commit 82ee33fCopy full SHA for 82ee33f
contrib/mmts/Dockerfile
@@ -31,7 +31,7 @@ USER postgres
31
ENV CFLAGS -O0
32
WORKDIR /pg
33
34
-ENV REBUILD 7
+ENV REBUILD 8
35
36
RUN cd /pg && \
37
git clone https://github.com/postgrespro/postgres_cluster.git --depth 1 && \
contrib/raftable/worker.c
@@ -491,8 +491,8 @@ static void worker_main(Datum arg)
491
}
492
493
static BackgroundWorker RaftableWorker = {
494
- "raftable worker",
495
- BGWORKER_SHMEM_ACCESS | BGWORKER_BACKEND_DATABASE_CONNECTION, /* do not need connection to the database */
+ "raftable-worker",
+ BGWORKER_SHMEM_ACCESS, /* do not need connection to the database */
496
BgWorkerStart_ConsistentState,
497
1,
498
worker_main
0 commit comments