We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb980c36 commitc8d7b40Copy full SHA for c8d7b40
build/helpers/postgres_nsis_installer.cmd
@@ -113,6 +113,10 @@ IF "%PG_MAJOR_VERSION%" == "9.6" (
113
cat server.files> allserver.files
114
type client.files> allclient.files
115
)
116
+IF"%PG_MAJOR_VERSION%"=="12" (
117
+ sed"s/pg_verify_checksums/pg_checksums/" allserver.files> allserver-12.files
118
+ mv allserver-12.files allserver.files
119
+)
120
121
rem expand pattern lists to actual file lists
122
%PYTHON64_PATH%/python%ROOT%/build/helpers/genlists.py%PG_INS_SOURCE_DIR% allclient.files devel.files plperl.files plpython2.files plpython3.files unneeded.files allserver.files||GOTO :ERROR