Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f535c commit d76e016Copy full SHA for d76e016
nsis/postgresql.nsi
@@ -414,7 +414,8 @@ Section $(PostgreSQLString) sec1
414
;#work_mem = 4MB # min 64kB
415
!insertmacro _ReplaceInFile "$DATA_DIR\postgresql.conf" "#work_mem = 4MB" "work_mem = $work_mem"
416
${endif}
417
- ${ConfigWrite} "$DATA_DIR\postgresql.conf" "update_process_title = " "off" $R0
+ #disable update_process_title
418
+ !insertmacro _ReplaceInFile "$DATA_DIR\postgresql.conf" "#update_process_title = on" "update_process_title = off"
419
420
${EndIf}
421
0 commit comments