Skip to content

Commit 515872b

Browse files
committed
No debbuger for prod
1 parent cf963e6 commit 515872b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ RUN cd /usr/src/ \
5858
&& git checkout $PG_BRANCH \
5959
&& ./configure
6060

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
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
6969

7070
RUN cd /usr/src/postgres/contrib \
7171
&& git clone https://github.com/vibhorkum/pg_background.git \

0 commit comments

Comments
 (0)