File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 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
104104rem Remove old filelists first
105105rm -f *_list.nsi
106106rem 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+
107113IF " %PG_MAJOR_VERSION% " == " 9.6" (
108114 sed " s/wal/xlog/" server.files > allserver.files
109115 sed " s/wal/xlog/" client.files > allclient.files
Original file line number Diff line number Diff line change 44./bin/createuser.*
55./bin/dropdb.*
66./bin/dropuser.*
7+ ./bin/pg_amcheck.*
78./bin/pg_basebackup.*
89./bin/pgbench.*
910./bin/pg_dump.*
Original file line number Diff line number Diff line change 1+ ./bin/libpq_pipeline.exe
12./bin/pg_regress*.exe
23./bin/pg_isolation_regress.exe
34./bin/isolationtester.exe
You can’t perform that action at this time.
0 commit comments