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

Skip to content

Commit cc6a7ec

Browse files
committed
Fixed for build 9.5
1 parent e8b4262 commit cc6a7ec

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

build/helpers/postgres.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ cp -va %DEPENDENCIES_BIN_DIR%/openssl/lib/VC/*eay32.lib %BUILD_DIR%\distr_%ARCH%
179179
cp -va %DEPENDENCIES_BIN_DIR%/zlib/lib/zdll.lib %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\lib || GOTO :ERROR
180180
cp -va %DEPENDENCIES_BIN_DIR%/uuid/lib/uuid.lib %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\lib || GOTO :ERROR
181181

182-
cp -va %BUILD_DIR%/postgresql/*%PGVER%*/Release/libpgfeutils/libpgfeutils.lib %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\lib || GOTO :ERROR
182+
cp -va %BUILD_DIR%/postgresql/*%PGVER%*/Release/libpgfeutils/libpgfeutils.lib %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\lib
183183

184184
rem Copy msys shell and sed
185185
CD /D %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin

nsis/server.files

+11
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,14 @@
3131
./share/timezonesets/*
3232
./share/timezone/*
3333
./share/tsearch_data/*
34+
./bin/droplang.*
35+
./bin/mv.*
36+
./bin/pg_receivexlog.*
37+
./bin/pg_resetxlog.*
38+
./bin/pg_xlogdump.*
39+
./bin/pgpro_upgrade
40+
./bin/sed.*
41+
./bin/sh.*
42+
./bin/createlang.*
43+
./share/pgpro-upgrade/*.*
44+

0 commit comments

Comments
 (0)