Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6bc134f

Browse files
committed
Added pg_amcheck since PG14
1 parentdcc2049 commit6bc134f

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

‎build/helpers/postgres_nsis_installer.cmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ rem Genarate file lists
104104
rem Remove old filelists first
105105
rm -f *_list.nsi
106106
rem tune pattern lists to major version and product
107+
108+
IF%PG_MAJOR_VERSION%LEQ13 (
109+
sed"s/pg_amcheck//" client.files> client-14.files
110+
mv client-14.files client.files
111+
)
112+
107113
IF"%PG_MAJOR_VERSION%"=="9.6" (
108114
sed"s/wal/xlog/" server.files> allserver.files
109115
sed"s/wal/xlog/" client.files> allclient.files

‎nsis/client.files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
./bin/createuser.*
55
./bin/dropdb.*
66
./bin/dropuser.*
7+
./bin/pg_amcheck.*
78
./bin/pg_basebackup.*
89
./bin/pgbench.*
910
./bin/pg_dump.*

‎nsis/unneeded.files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
./bin/libpq_pipeline.exe
12
./bin/pg_regress*.exe
23
./bin/pg_isolation_regress.exe
34
./bin/isolationtester.exe

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp