File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,17 @@ GOTO :ENDLIC
122
122
123
123
CD /D %NSIS_RES_DIR% || GOTO :ERROR
124
124
rem Genarate file lists
125
+
126
+ IF NOT " %PG_MAJOR_VERSION% " == " 9.6" GOTO :NO_PGPRO_UPGRADE
127
+ IF " %PRODUCT_NAME% " == " PostgresPro" GOTO :ADD_PGPRO_UPGRADE
128
+ IF " %PRODUCT_NAME% " == " PostgresProEnterprise" GOTO :ADD_PGPRO_UPGADE
129
+ GOTO :NO_PGPRO_UPGADE
130
+ :ADD_PGPRO_UPDATE
131
+ type server.files pgpro_upgrade.files > newserver.files
132
+ type newserver.files > server.files
133
+ del newserver.files
134
+ :NO_PGPRO_UPGRADE
135
+
125
136
%PYTHON64_PATH% /python %ROOT% /build/helpers/genlists.py %PG_INS_SOURCE_DIR% client.files devel.files plperl.files plpython2.files plpython3.files unneeded.files server.files
126
137
127
138
rem generate installer itself
Original file line number Diff line number Diff line change
1
+ ./bin/sh.*
2
+ ./bin/pgpro_upgrade.*
Original file line number Diff line number Diff line change 4
4
./bin/pg_archivecleanup.*
5
5
./bin/pg_controldata.*
6
6
./bin/pg_ctl.*
7
+ ./bin/pg_probackup.*
7
8
./bin/pg_resetwal.*
8
9
./bin/pg_rewind.*
10
+ ./bin/pg_standby.*
9
11
./bin/pg_test_fsync.*
10
12
./bin/pg_test_timing.*
11
13
./bin/pg_upgrade.*
12
14
./bin/pg_waldump.*
13
15
./bin/postgres.*
14
16
./bin/postmaster.*
15
- ./bin/pg_standby.*
16
17
./bin/zic.*
17
- ./bin/pg_probackup.*
18
18
./doc/extension/*.example
19
19
./doc/buildinfo.txt
20
20
./lib/*.dll
30
30
./share/timezonesets/*
31
31
./share/timezone/*
32
32
./share/tsearch_data/*
33
-
You can’t perform that action at this time.
0 commit comments