We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a9cfe commit 2cf1971Copy full SHA for 2cf1971
pg_tarballs/pg_tarballs_builder.sh
@@ -143,7 +143,7 @@ export PATH=${DEPENDENCY_LIBS_PATH}/bin:${PYTHON_PREFIX}/bin:${PERL_PREFIX}/bin:
143
CWD=$(pwd)
144
145
if (( ${PG_MAJOR_VERSION} > 16 )); then
146
- PG_SERVER_BRANCH=release-${PG_VERSION}.3
+ PG_SERVER_BRANCH=release-${PG_VERSION}.1
147
else
148
PG_SERVER_BRANCH=REL_${PG_MAJOR_VERSION}_STABLE
149
fi
0 commit comments