File tree 3 files changed +8
-0
lines changed
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,12 @@ rem Genarate file lists
104
104
rem Remove old filelists first
105
105
rm -f *_list.nsi
106
106
rem tune pattern lists to major version and product
107
+
108
+ IF %PG_MAJOR_VERSION% LEQ 13 (
109
+ sed " s/pg_amcheck//" client.files > client-14.files
110
+ mv client-14.files client.files
111
+ )
112
+
107
113
IF " %PG_MAJOR_VERSION% " == " 9.6" (
108
114
sed " s/wal/xlog/" server.files > allserver.files
109
115
sed " s/wal/xlog/" client.files > allclient.files
Original file line number Diff line number Diff line change 4
4
./bin/createuser.*
5
5
./bin/dropdb.*
6
6
./bin/dropuser.*
7
+ ./bin/pg_amcheck.*
7
8
./bin/pg_basebackup.*
8
9
./bin/pgbench.*
9
10
./bin/pg_dump.*
Original file line number Diff line number Diff line change
1
+ ./bin/libpq_pipeline.exe
1
2
./bin/pg_regress*.exe
2
3
./bin/pg_isolation_regress.exe
3
4
./bin/isolationtester.exe
You can’t perform that action at this time.
0 commit comments