File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -501,10 +501,7 @@ Section $(PostgreSQLString) sec1
501
501
; !insertmacro _ReplaceInFile "$DATA_DIR\postgresql.conf" "#effective_io_concurrency = 0" "effective_io_concurrency = 2"
502
502
503
503
!insertmacro _ReplaceInFile " $DATA_DIR\postgresql.conf" " #random_page_cost = 4.0" " random_page_cost = 1.5"
504
-
505
504
!insertmacro _ReplaceInFile " $DATA_DIR\postgresql.conf" " max_connections = 100" " max_connections = 500"
506
- !insertmacro _ReplaceInFile " $DATA_DIR\postgresql.conf" " #escape_string_warning = on" " escape_string_warning = off"
507
- !insertmacro _ReplaceInFile " $DATA_DIR\postgresql.conf" " #standard_conforming_strings = on" " standard_conforming_strings = off"
508
505
!insertmacro _ReplaceInFile " $DATA_DIR\postgresql.conf" " #max_locks_per_transaction = 64" " max_locks_per_transaction = 256"
509
506
; !insertmacro _ReplaceInFile "$DATA_DIR\postgresql.conf" "#shared_preload_libraries = ''" "shared_preload_libraries = 'online_analyze, plantuner'"
510
507
; !insertmacro _ReplaceInFile "$DATA_DIR\postgresql.conf" "" ""
@@ -513,6 +510,10 @@ Section $(PostgreSQLString) sec1
513
510
FileOpen $0 $DATA_DIR \postgresql.conf a
514
511
IfErrors ErrFileCfg1
515
512
FileSeek $0 0 END
513
+
514
+ FileWrite $0 " #Options for 1C:$\r$\n "
515
+ FileWrite $0 " #escape_string_warning = off$\r$\n "
516
+ FileWrite $0 " #standard_conforming_strings = off$\r$\n "
516
517
FileWrite $0 " #shared_preload_libraries = 'online_analyze, plantuner'$\r$\n "
517
518
FileWrite $0 " #online_analyze.table_type = 'temporary'$\r$\n "
518
519
FileWrite $0 " #online_analyze.verbose = 'off'$\r$\n "
You can’t perform that action at this time.
0 commit comments