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

Commitd76e016

Browse files
committed
disable update_process_title
1 parent93f535c commitd76e016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎nsis/postgresql.nsi

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp