We should be using PostgreSQL 15 libs.

This commit is contained in:
Dave Page
2022-12-15 10:31:46 +00:00
parent c07053bce5
commit 8ecdfb4298
+1 -1
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!