We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beec442 commit addbd8eCopy full SHA for addbd8e
build/helpers/postgres_nsis_installer.cmd
@@ -113,7 +113,7 @@ 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" (
+IF %PG_MAJOR_VERSION% GEQ 12 (
117
sed "s/pg_verify_checksums/pg_checksums/" allserver.files > allserver-12.files
118
mv allserver-12.files allserver.files
119
0 commit comments