We should be using PostgreSQL 15 libs.

pull/5652/head
Dave Page 2022-12-15 10:31:37 +00:00
parent c07053bce5
commit 8ecdfb4298
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ if [ "${OS_VERSION}" == 7 ]; then
fi
# Get the libpq we need
yumdownloader -y --downloadonly --destdir="${DISTROOT}" postgresql14-libs
yumdownloader -y --downloadonly --destdir="${DISTROOT}" postgresql15-libs
#
# Get the results!