Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d76e016

Browse files
committed
disable update_process_title
1 parent 93f535c commit d76e016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nsis/postgresql.nsi

+2-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,8 @@ Section $(PostgreSQLString) sec1
414414
;#work_mem = 4MB # min 64kB
415415
!insertmacro _ReplaceInFile "$DATA_DIR\postgresql.conf" "#work_mem = 4MB" "work_mem = $work_mem"
416416
${endif}
417-
${ConfigWrite} "$DATA_DIR\postgresql.conf" "update_process_title = " "off" $R0
417+
#disable update_process_title
418+
!insertmacro _ReplaceInFile "$DATA_DIR\postgresql.conf" "#update_process_title = on" "update_process_title = off"
418419
${endif}
419420
${EndIf}
420421

0 commit comments

Comments
 (0)