File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
deps-packaging/postgresql-hub Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 24
24
#unix_socket_directories = '/tmp' # comma-separated list of directories
25
25
# (change requires restart)
26
26
- #unix_socket_group = '' # (change requires restart)
27
- + # unix_socket_group = 'cfpostgres' # (change requires restart)
27
+ + unix_socket_group = 'cfpostgres' # (change requires restart)
28
28
- #unix_socket_permissions = 0777 # begin with 0 to use octal notation
29
29
+ unix_socket_permissions = 0770 # begin with 0 to use octal notation
30
30
# (change requires restart)
55
55
+
56
56
#replacement_sort_tuples = 150000 # limits use of replacement selection sort
57
57
#autovacuum_work_mem = -1 # min 1MB, or -1 to use maintenance_work_mem
58
- #max_stack_depth = 2MB # min 100kB
58
+ - #max_stack_depth = 2MB # min 100kB
59
+ + max_stack_depth = 4MB # min 100kB
59
60
@@ -180,7 +190,7 @@
60
61
#fsync = on # flush data to disk for crash safety
61
62
# (turning this off can cause
You can’t perform that action at this time.
0 commit comments