Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 316d48c

Browse files
committed
Different versions of pg_repack for 10 and 9.x PG branches
1 parent 1871f36 commit 316d48c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build/helpers/setvars.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ SET LIBSSH2_VER=1.6.0
99
SET WXWIDGETS_VER=3.0.2
1010
SET EDITLINE_VER=2.102
1111
SET ZSTD_RELEASE=1.1.0
12+
1213
SET PG_REPACK_VER=1.4.2
14+
IF "%PG_MAJOR_VERSION%"=="9.6" SET PG_REPACK_VER=1.3.4
15+
IF "%PG_MAJOR_VERSION%"=="9.5" SET PG_REPACK_VER=1.3.4
1316

1417
REM Path vars
1518
SET PERL32_PATH=C:\Perl

0 commit comments

Comments
 (0)