File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ jobs:
295295 --prefix "$INSTALL_DIRECTORY" \
296296 --enable-integer-datetimes \
297297 --enable-option-checking=fatal \
298- -- enable-thread-safety \
298+ $([ $major_version -le 16 ] && echo "-- enable-thread-safety") \
299299 --without-icu \
300300 --without-ldap \
301301 --with-libxml \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN major_version=$(echo "$POSTGRESQL_VERSION" | awk -F. '{print $1}') && \
5555 --prefix /opt/postgresql \
5656 --enable-integer-datetimes \
5757 --enable-option-checking=fatal \
58- -- enable-thread-safety \
58+ $([ $major_version -le 16 ] && echo "-- enable-thread-safety") \
5959 --with-gssapi \
6060 --without-icu \
6161 --without-ldap \
You can’t perform that action at this time.
0 commit comments