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

Skip to content

Commit 70e6da5

Browse files
committed
Set PG_REPACK_VER to 1.4.3 for PG11
1 parent d4289a9 commit 70e6da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/helpers/setvars.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ SET ZSTD_RELEASE=1.1.0
1212

1313
SET PG_REPACK_VER=1.4.2
1414
IF "%PG_MAJOR_VERSION%"=="9.5" SET PG_REPACK_VER=1.3.4
15+
IF "%PG_MAJOR_VERSION%"=="11" SET PG_REPACK_VER=1.4.3
1516

1617
REM Path vars
1718
SET PERL32_PATH=C:\Perl

0 commit comments

Comments
 (0)