|
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 |
| 1 | +--- postgresql.conf.sample 2018-10-15 23:12:02.000000000 +0200 |
| 2 | ++++ postgresql.conf.cfengine 2018-11-02 11:20:59.706886428 +0100 |
3 | 3 | @@ -1,6 +1,6 @@
|
4 | 4 | -# -----------------------------
|
5 | 5 | -# PostgreSQL configuration file
|
|
30 | 30 | # (change requires restart)
|
31 | 31 | #bonjour = off # advertise server via Bonjour
|
32 | 32 | # (change requires restart)
|
33 |
| -@@ -110,7 +114,7 @@ |
| 33 | +@@ -114,7 +118,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 |
| -@@ -119,11 +123,17 @@ |
| 42 | +@@ -123,10 +127,16 @@ |
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.
|
|
52 | 52 | +# actively intend to use prepared transactions.
|
53 | 53 | +work_mem = 48MB # min 64kB
|
54 | 54 | +maintenance_work_mem = 512MB # min 1MB
|
| 55 | ++ |
55 | 56 | #autovacuum_work_mem = -1 # min 1MB, or -1 to use maintenance_work_mem
|
56 | 57 | -#max_stack_depth = 2MB # min 100kB
|
57 | 58 | +max_stack_depth = 4MB # min 100kB
|
58 | 59 | #dynamic_shared_memory_type = posix # the default is the first option
|
59 | 60 | # supported by the operating system:
|
60 | 61 | # posix
|
61 |
| -@@ -182,7 +192,7 @@ |
| 62 | +@@ -186,7 +196,7 @@ |
62 | 63 | #fsync = on # flush data to disk for crash safety
|
63 | 64 | # (turning this off can cause
|
64 | 65 | # unrecoverable data corruption)
|
|
67 | 68 | # off, local, remote_write, remote_apply, or on
|
68 | 69 | #wal_sync_method = fsync # the default is the first option
|
69 | 70 | # supported by the operating system:
|
70 |
| -@@ -206,8 +216,9 @@ |
| 71 | +@@ -210,8 +220,9 @@ |
71 | 72 | # - Checkpoints -
|
72 | 73 |
|
73 | 74 | #checkpoint_timeout = 5min # range 30s-1d
|
|
78 | 79 | #checkpoint_completion_target = 0.5 # checkpoint target duration, 0.0 - 1.0
|
79 | 80 | #checkpoint_flush_after = 0 # measured in pages, 0 disables
|
80 | 81 | #checkpoint_warning = 30s # 0 disables
|
81 |
| -@@ -442,7 +453,7 @@ |
| 82 | +@@ -462,7 +473,7 @@ |
82 | 83 | #log_duration = off
|
83 | 84 | #log_error_verbosity = default # terse, default, or verbose messages
|
84 | 85 | #log_hostname = off
|
|
87 | 88 | # %a = application name
|
88 | 89 | # %u = user name
|
89 | 90 | # %d = database name
|
90 |
| -@@ -511,21 +522,21 @@ |
| 91 | +@@ -532,21 +543,21 @@ |
91 | 92 | # their durations, > 0 logs only
|
92 | 93 | # actions running at least this number
|
93 | 94 | # of milliseconds.
|
|
112 | 113 | # autovacuum, in milliseconds;
|
113 | 114 | # -1 means use vacuum_cost_delay
|
114 | 115 | #autovacuum_vacuum_cost_limit = -1 # default vacuum cost limit for
|
115 |
| -@@ -598,6 +609,10 @@ |
| 116 | +@@ -628,6 +639,10 @@ |
116 | 117 | # LOCK MANAGEMENT
|
117 | 118 | #------------------------------------------------------------------------------
|
118 | 119 |
|
|
0 commit comments