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

Commit79f2d63

Browse files
committed
Update postgresql.conf.sample to match pg_settings classificaitons.
A handful of settings, most notably shared_preload_libraries, werejust plain the wrong place compared to their assigned config_groupvalue in guc.c (and thus pg_settings). In other cases the names ofthe sections in postgresql.conf.sample were mildly different fromthe corresponding entries in config_group_names[]. Make it allconsistent.Adrián Escoms, reviewed by me.Discussion:http://postgr.es/m/CACksPC2veEmFRYqwYepWYO9U7aFhAx6sYq+WqjTyHw7uV=E=pw@mail.gmail.com
1 parente89a71f commit79f2d63

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

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

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,10 @@
137137
#temp_file_limit = -1# limits per-process temp file space
138138
# in kB, or -1 for no limit
139139

140-
# - Kernel ResourceUsage-
140+
# - Kernel Resource -
141141

142142
#max_files_per_process = 1000# min 25
143143
# (change requires restart)
144-
#shared_preload_libraries = ''# (change requires restart)
145144

146145
# - Cost-Based Vacuum Delay -
147146

@@ -172,7 +171,7 @@
172171

173172

174173
#------------------------------------------------------------------------------
175-
# WRITEAHEAD LOG
174+
# WRITE-AHEAD LOG
176175
#------------------------------------------------------------------------------
177176

178177
# - Settings -
@@ -228,7 +227,7 @@
228227
# REPLICATION
229228
#------------------------------------------------------------------------------
230229

231-
# - SendingServer(s) -
230+
# - SendingServers -
232231

233232
# Set these on the master and on any standby that will send replication data.
234233

@@ -337,7 +336,7 @@
337336

338337

339338
#------------------------------------------------------------------------------
340-
#ERRORREPORTING AND LOGGING
339+
# REPORTING AND LOGGING
341340
#------------------------------------------------------------------------------
342341

343342
# - Where to Log -
@@ -472,19 +471,20 @@
472471
# -1 disables, 0 logs all temp files
473472
#log_timezone = 'GMT'
474473

475-
476-
# - Process Title -
474+
#------------------------------------------------------------------------------
475+
# PROCESS TITLE
476+
#------------------------------------------------------------------------------
477477

478478
#cluster_name = ''# added to process titles if nonempty
479479
# (change requires restart)
480480
#update_process_title = on
481481

482482

483483
#------------------------------------------------------------------------------
484-
#RUNTIMESTATISTICS
484+
# STATISTICS
485485
#------------------------------------------------------------------------------
486486

487-
# - Query/Index Statistics Collector -
487+
# - Query andIndex Statistics Collector -
488488

489489
#track_activities = on
490490
#track_counts = on
@@ -494,7 +494,7 @@
494494
#stats_temp_directory = 'pg_stat_tmp'
495495

496496

497-
# -StatisticsMonitoring -
497+
# - Monitoring -
498498

499499
#log_parser_stats = off
500500
#log_planner_stats = off
@@ -503,7 +503,7 @@
503503

504504

505505
#------------------------------------------------------------------------------
506-
# AUTOVACUUM PARAMETERS
506+
# AUTOVACUUM
507507
#------------------------------------------------------------------------------
508508

509509
#autovacuum = on# Enable autovacuum subprocess? 'on'
@@ -588,12 +588,16 @@
588588
# default configuration for text search
589589
#default_text_search_config = 'pg_catalog.simple'
590590

591-
# -Other Defaults -
591+
# -Shared Library Preloading -
592592

593-
#dynamic_library_path = '$libdir'
593+
#shared_preload_libraries = ''# (change requires restart)
594594
#local_preload_libraries = ''
595595
#session_preload_libraries = ''
596596

597+
# - Other Defaults -
598+
599+
#dynamic_library_path = '$libdir'
600+
597601

598602
#------------------------------------------------------------------------------
599603
# LOCK MANAGEMENT
@@ -611,7 +615,7 @@
611615

612616

613617
#------------------------------------------------------------------------------
614-
# VERSION/PLATFORM COMPATIBILITY
618+
# VERSION ANDPLATFORM COMPATIBILITY
615619
#------------------------------------------------------------------------------
616620

617621
# - Previous PostgreSQL Versions -

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp