Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a5faaa

Browse files
committed
Small typo and formatting fixes in postgresql.conf.sample
1 parent8da3183 commit0a5faaa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
#maintenance_work_mem = 64MB# min 1MB
128128
#autovacuum_work_mem = -1# min 1MB, or -1 to use maintenance_work_mem
129129
#max_stack_depth = 2MB# min 100kB
130-
#dynamic_shared_memory_type = posix# the default is the first option
130+
#dynamic_shared_memory_type = posix# the default is the first option
131131
# supported by the operating system:
132132
# posix
133133
# sysv
@@ -172,7 +172,7 @@
172172

173173
# - Settings -
174174

175-
#wal_level = minimal# minimal, archive, hot_standby or logical
175+
#wal_level = minimal# minimal, archive, hot_standby, or logical
176176
# (change requires restart)
177177
#fsync = on# turns forced synchronization on or off
178178
#synchronous_commit = on# synchronization level;
@@ -185,7 +185,7 @@
185185
# fsync_writethrough
186186
# open_sync
187187
#full_page_writes = on# recover from partial page writes
188-
#wal_log_hints = off# also do fullpages writes of non-critical updates
188+
#wal_log_hints = off# also do fullpage writes of non-critical updates
189189
#wal_buffers = -1# min 32kB, -1 sets based on shared_buffers
190190
# (change requires restart)
191191
#wal_writer_delay = 200ms# 1-10000 milliseconds
@@ -225,7 +225,7 @@
225225
#wal_keep_segments = 0# in logfile segments, 16MB each; 0 disables
226226
#wal_sender_timeout = 60s# in milliseconds; 0 disables
227227

228-
#max_replication_slots = 0# max number of replication slots.
228+
#max_replication_slots = 0# max number of replication slots
229229
# (change requires restart)
230230

231231
# - Master Server -
@@ -481,7 +481,7 @@
481481
#autovacuum_analyze_scale_factor = 0.1# fraction of table size before analyze
482482
#autovacuum_freeze_max_age = 200000000# maximum XID age before forced vacuum
483483
# (change requires restart)
484-
#autovacuum_multixact_freeze_max_age = 400000000# maximumMultixact age
484+
#autovacuum_multixact_freeze_max_age = 400000000# maximummultixact age
485485
# before forced vacuum
486486
# (change requires restart)
487487
#autovacuum_vacuum_cost_delay = 20ms# default vacuum cost delay for

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp