File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN set -eux \
7878 && mkdir /tempdb \
7979 && chown -R postgres:postgres /tempdb \
8080 && su postgres -c 'pg_ctl -D /tempdb init' \
81- && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o ' -F ' start ' \
81+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o "-F --jit=off" start ' \
8282 && cd regress \
8383 && make -j${NPROC:-$(nproc)} check RUNTESTFLAGS="--extension --verbose" PGUSER=postgres \
8484 \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN set -eux \
7878 && mkdir /tempdb \
7979 && chown -R postgres:postgres /tempdb \
8080 && su postgres -c 'pg_ctl -D /tempdb init' \
81- && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o ' -F ' start ' \
81+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o "-F --jit=off" start ' \
8282 && cd regress \
8383 && make -j${NPROC:-$(nproc)} check RUNTESTFLAGS="--extension --verbose" PGUSER=postgres \
8484 \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN set -eux \
7878 && mkdir /tempdb \
7979 && chown -R postgres:postgres /tempdb \
8080 && su postgres -c 'pg_ctl -D /tempdb init' \
81- && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o ' -F ' start ' \
81+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o "-F --jit=off" start ' \
8282 && cd regress \
8383 && make -j${NPROC:-$(nproc)} check RUNTESTFLAGS="--extension --verbose" PGUSER=postgres \
8484 \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN set -eux \
7878 && mkdir /tempdb \
7979 && chown -R postgres:postgres /tempdb \
8080 && su postgres -c 'pg_ctl -D /tempdb init' \
81- && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o ' -F ' start ' \
81+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o "-F --jit=off" start ' \
8282 && cd regress \
8383 && make -j${NPROC:-$(nproc)} check RUNTESTFLAGS="--extension --verbose" PGUSER=postgres \
8484 \
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ RUN set -ex \
403403 && mkdir /tempdb \
404404 && chown -R postgres:postgres /tempdb \
405405 && su postgres -c 'pg_ctl -D /tempdb init' \
406- && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o ' -F ' start ' \
406+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o "-F --jit=off" start ' \
407407 && ldconfig \
408408 && cd regress \
409409 && make -j${NPROC:-$(nproc)} check RUNTESTFLAGS="--extension --verbose" PGUSER=postgres \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN set -eux \
7878 && mkdir /tempdb \
7979 && chown -R postgres:postgres /tempdb \
8080 && su postgres -c 'pg_ctl -D /tempdb init' \
81- && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o ' -F ' start ' \
81+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o "-F --jit=off" start ' \
8282 && cd regress \
8383 && make -j${NPROC:-$(nproc)} check RUNTESTFLAGS="--extension --verbose" PGUSER=postgres \
8484 \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN set -eux \
7878 && mkdir /tempdb \
7979 && chown -R postgres:postgres /tempdb \
8080 && su postgres -c 'pg_ctl -D /tempdb init' \
81- && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o ' -F ' start ' \
81+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o "-F --jit=off" start ' \
8282 && cd regress \
8383 && make -j${NPROC:-$(nproc)} check RUNTESTFLAGS="--extension --verbose" PGUSER=postgres \
8484 \
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ RUN set -ex \
403403 && mkdir /tempdb \
404404 && chown -R postgres:postgres /tempdb \
405405 && su postgres -c 'pg_ctl -D /tempdb init' \
406- && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o ' -F ' start ' \
406+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o "-F --jit=off" start ' \
407407 && ldconfig \
408408 && cd regress \
409409 && make -j${NPROC:-$(nproc)} check RUNTESTFLAGS="--extension --verbose" PGUSER=postgres \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN set -eux \
7878 && mkdir /tempdb \
7979 && chown -R postgres:postgres /tempdb \
8080 && su postgres -c 'pg_ctl -D /tempdb init' \
81- && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o ' -F ' start ' \
81+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o "-F --jit=off" start ' \
8282 && cd regress \
8383 && make -j${NPROC:-$(nproc)} check RUNTESTFLAGS="--extension --verbose" PGUSER=postgres \
8484 \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN set -eux \
7878 && mkdir /tempdb \
7979 && chown -R postgres:postgres /tempdb \
8080 && su postgres -c 'pg_ctl -D /tempdb init' \
81- && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o '-F' start ' \
81+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o "-F --jit=off" start ' \
8282 && cd regress \
8383 && make -j${NPROC:-$(nproc)} check RUNTESTFLAGS="--extension --verbose" PGUSER=postgres \
8484 \
You can’t perform that action at this time.
0 commit comments