|
60 | 60 | #fsync = true |
61 | 61 |
|
62 | 62 |
|
| 63 | +# |
| 64 | +#Write-ahead log (WAL) |
| 65 | +# |
| 66 | +#wal_files = 0 # range 0-64 |
| 67 | +#wal_sync_method = fsync # fsync or fdatasync or open_sync or open_datasync |
| 68 | +# Note: default wal_sync_method varies across platforms |
| 69 | +#wal_debug = 0 # range 0-16 |
| 70 | +#commit_delay = 0 # range 0-100000 |
| 71 | +#commit_siblings = 5 # range 1-1000 |
| 72 | +#checkpoint_segments = 3 # in logfile segments (16MB each), min 1 |
| 73 | +#checkpoint_timeout = 300 # in seconds, range 30-3600 |
| 74 | + |
| 75 | + |
63 | 76 | # |
64 | 77 | #Optimizer Parameters |
65 | 78 | # |
|
92 | 105 | #geqo_random_seed = -1 # auto-compute seed |
93 | 106 |
|
94 | 107 |
|
95 | | -# |
96 | | -#Write-ahead log (WAL) |
97 | | -# |
98 | | -#wal_files = 0 # range 0-64 |
99 | | -#wal_sync_method = fsync # fsync or fdatasync or open_sync or open_datasync |
100 | | -# Note: default wal_sync_method varies across platforms |
101 | | -#wal_debug = 0 # range 0-16 |
102 | | -#commit_delay = 0 # range 0-100000 |
103 | | -#commit_siblings = 5 # range 1-1000 |
104 | | -#checkpoint_segments = 3 # in logfile segments (16MB each), min 1 |
105 | | -#checkpoint_timeout = 300 # in seconds, range 30-3600 |
106 | | - |
107 | | - |
108 | 108 | # |
109 | 109 | #Debug display |
110 | 110 | # |
|