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 70a317a commit 971631eCopy full SHA for 971631e
contrib/mmts/Dockerfile
@@ -31,7 +31,7 @@ USER postgres
31
ENV CFLAGS -O0
32
WORKDIR /pg
33
34
-ENV REBUILD 10
+ENV REBUILD 1
35
36
RUN cd /pg && \
37
git clone https://github.com/postgrespro/postgres_cluster.git --depth 1 && \
contrib/raftable/worker.c
@@ -7,6 +7,7 @@
7
8
#include "postgres.h"
9
#include "postmaster/bgworker.h"
10
+#include "miscadmin.h"
11
12
#include "raft.h"
13
#include "util.h"
0 commit comments