Use PostgreSQL 13 libs.

This commit is contained in:
Dave Page 2020-09-30 09:49:59 +01:00
parent b097cec45e
commit 3f817494f8

View File

@ -204,7 +204,7 @@ if [ ${OS_VERSION} == 7 ]; then
fi
# Get the libpq we need
yumdownloader --downloadonly --destdir=$DISTROOT postgresql12-libs
yumdownloader --downloadonly --destdir=$DISTROOT postgresql13-libs
#
# Get the results!