We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf963e6 commit 515872bCopy full SHA for 515872b
1 file changed
Dockerfile
@@ -58,14 +58,14 @@ RUN cd /usr/src/ \
58
&& git checkout $PG_BRANCH \
59
&& ./configure
60
61
-# DEBUGGER SOURCE
62
-RUN cd /usr/src/postgres/contrib \
63
- && git clone https://github.com/ng-galien/pldebugger.git \
64
- && cd pldebugger \
65
- && git checkout $PLUGIN_BRANCH \
66
- && make clean \
67
- && make USE_PGXS=1 \
68
- && make USE_PGXS=1 install
+# # DEBUGGER SOURCE
+# RUN cd /usr/src/postgres/contrib \
+# && git clone https://github.com/ng-galien/pldebugger.git \
+# && cd pldebugger \
+# && git checkout $PLUGIN_BRANCH \
+# && make clean \
+# && make USE_PGXS=1 \
+# && make USE_PGXS=1 install
69
70
RUN cd /usr/src/postgres/contrib \
71
&& git clone https://github.com/vibhorkum/pg_background.git \
0 commit comments