|
1 |
| ---- src/backend/utils/misc/postgresql.conf.sample 2018-09-27 13:27:41.003428305 +0200 |
2 |
| -+++ src/backend/utils/misc/postgresql.conf.cfengine 2018-09-27 13:41:01.367354915 +0200 |
| 1 | +--- src/backend/utils/misc/postgresql.conf.sample 2018-05-07 22:51:40.000000000 +0200 |
| 2 | ++++ src/backend/utils/misc/postgresql.conf.cfengine 2018-11-02 09:00:53.333034654 +0100 |
3 | 3 | @@ -1,6 +1,6 @@
|
4 | 4 | -# -----------------------------
|
5 | 5 | -# PostgreSQL configuration file
|
|
10 | 10 | #
|
11 | 11 | # This file consists of lines of the form:
|
12 | 12 | #
|
13 |
| -@@ -59,12 +59,16 @@ |
| 13 | +@@ -61,12 +61,16 @@ |
14 | 14 | # defaults to 'localhost'; use '*' for all
|
15 | 15 | # (change requires restart)
|
16 | 16 | #port = 5432 # (change requires restart)
|
|
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) |
28 | 27 | -#unix_socket_permissions = 0777 # begin with 0 to use octal notation
|
| 28 | ++unix_socket_group = 'cfpostgres' # (change requires restart) |
29 | 29 | +unix_socket_permissions = 0770 # begin with 0 to use octal notation
|
30 | 30 | # (change requires restart)
|
31 | 31 | #bonjour = off # advertise server via Bonjour
|
32 | 32 | # (change requires restart)
|
33 |
| -@@ -108,7 +112,7 @@ |
| 33 | +@@ -110,7 +114,7 @@ |
34 | 34 |
|
35 | 35 | # - Memory -
|
36 | 36 |
|
|
39 | 39 | # (change requires restart)
|
40 | 40 | #huge_pages = try # on, off, or try
|
41 | 41 | # (change requires restart)
|
42 |
| -@@ -117,8 +121,14 @@ |
| 42 | +@@ -119,11 +123,17 @@ |
43 | 43 | # (change requires restart)
|
44 | 44 | # Caution: it is not advisable to set max_prepared_transactions nonzero unless
|
45 | 45 | # you actively intend to use prepared transactions.
|
|
57 | 57 | #autovacuum_work_mem = -1 # min 1MB, or -1 to use maintenance_work_mem
|
58 | 58 | -#max_stack_depth = 2MB # min 100kB
|
59 | 59 | +max_stack_depth = 4MB # min 100kB
|
60 |
| -@@ -180,7 +190,7 @@ |
| 60 | + #dynamic_shared_memory_type = posix # the default is the first option |
| 61 | + # supported by the operating system: |
| 62 | + # posix |
| 63 | +@@ -182,7 +192,7 @@ |
61 | 64 | #fsync = on # flush data to disk for crash safety
|
62 | 65 | # (turning this off can cause
|
63 | 66 | # unrecoverable data corruption)
|
|
66 | 69 | # off, local, remote_write, remote_apply, or on
|
67 | 70 | #wal_sync_method = fsync # the default is the first option
|
68 | 71 | # supported by the operating system:
|
69 |
| -@@ -204,8 +214,9 @@ |
| 72 | +@@ -206,8 +216,9 @@ |
70 | 73 | # - Checkpoints -
|
71 | 74 |
|
72 | 75 | #checkpoint_timeout = 5min # range 30s-1d
|
|
77 | 80 | #checkpoint_completion_target = 0.5 # checkpoint target duration, 0.0 - 1.0
|
78 | 81 | #checkpoint_flush_after = 0 # measured in pages, 0 disables
|
79 | 82 | #checkpoint_warning = 30s # 0 disables
|
80 |
| -@@ -440,7 +451,7 @@ |
| 83 | +@@ -442,7 +453,7 @@ |
81 | 84 | #log_duration = off
|
82 | 85 | #log_error_verbosity = default # terse, default, or verbose messages
|
83 | 86 | #log_hostname = off
|
|
86 | 89 | # %a = application name
|
87 | 90 | # %u = user name
|
88 | 91 | # %d = database name
|
89 |
| -@@ -509,21 +520,21 @@ |
| 92 | +@@ -511,21 +522,21 @@ |
90 | 93 | # their durations, > 0 logs only
|
91 | 94 | # actions running at least this number
|
92 | 95 | # of milliseconds.
|
|
111 | 114 | # autovacuum, in milliseconds;
|
112 | 115 | # -1 means use vacuum_cost_delay
|
113 | 116 | #autovacuum_vacuum_cost_limit = -1 # default vacuum cost limit for
|
114 |
| -@@ -596,6 +607,10 @@ |
| 117 | +@@ -598,6 +609,10 @@ |
115 | 118 | # LOCK MANAGEMENT
|
116 | 119 | #------------------------------------------------------------------------------
|
117 | 120 |
|
|
0 commit comments