Skip to content

Commit 2bc8b96

Browse files
authored
Merge pull request #470 from nickanderson/ENT-2653/master
Improvements for default postgresql.conf
2 parents 6da7b31 + cb9716b commit 2bc8b96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deps-packaging/postgresql-hub/postgresql.conf.cfengine.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#unix_socket_directories = '/tmp' # comma-separated list of directories
2525
# (change requires restart)
2626
-#unix_socket_group = '' # (change requires restart)
27-
+#unix_socket_group = 'cfpostgres' # (change requires restart)
27+
+unix_socket_group = 'cfpostgres' # (change requires restart)
2828
-#unix_socket_permissions = 0777 # begin with 0 to use octal notation
2929
+unix_socket_permissions = 0770 # begin with 0 to use octal notation
3030
# (change requires restart)
@@ -55,7 +55,8 @@
5555
+
5656
#replacement_sort_tuples = 150000 # limits use of replacement selection sort
5757
#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
5960
@@ -180,7 +190,7 @@
6061
#fsync = on # flush data to disk for crash safety
6162
# (turning this off can cause

0 commit comments

Comments
 (0)