Skip to content

Commit 5a262ef

Browse files
committed
small fixes
1 parent 1a19617 commit 5a262ef

31 files changed

+3
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ You can specify several environmental variables depending on desirable result:
2727
* ONE_C=[YES/NO] -- apply 1C patches or not, default NO
2828
* SDK=[SDK71/MSVC2013/MSVC2015] -- MSVC version, default SDK71
2929
* PG_MAJOR_VERSION=[9.4/9.5] - major PostgreSQL version, default 9.5
30-
* PG_PATCH_VERSION=[2/7] - minor PostgreSQL version, default 2
30+
* PG_PATCH_VERSION=[2/7] - minor PostgreSQL version, default 4

build/run.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ IF DEFINED USG (
3535

3636
REM Set PostgreSQL version
3737
IF "%PG_MAJOR_VERSION%"=="" SET PG_MAJOR_VERSION=9.5
38-
IF "%PG_PATCH_VERSION%"=="" SET PG_PATCH_VERSION=2
38+
IF "%PG_PATCH_VERSION%"=="" SET PG_PATCH_VERSION=4
3939

4040
REM Set PgAdmin3 Version
4141
SET PGADMIN_VERSION=1.22.1

nsis/postgresql.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ Section $(PostgreSQLString) sec1
375375
-U "$UserName_text" \
376376
-D "$DATA_DIR"'
377377
${endif}
378+
${endif}
378379
pop $0
379380
Pop $1 # printed text, up to ${NSIS_MAX_STRLEN}
380381

0 commit comments

Comments
 (0)