1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Improve file_copy_method entry in postgresql.conf.sample

Improve the wording of the comment a bit, fix whitespace.  Also move
the entry so that the section order is consistent with config.sgml.
This commit is contained in:
Peter Eisentraut
2025-05-26 14:52:00 +02:00
parent 1f62dbf5f0
commit c53f3b9cc8

View File

@ -178,13 +178,11 @@
#temp_file_limit = -1 # limits per-process temp file space #temp_file_limit = -1 # limits per-process temp file space
# in kilobytes, or -1 for no limit # in kilobytes, or -1 for no limit
#file_copy_method = copy # copy, clone (if supported by OS)
#max_notify_queue_pages = 1048576 # limits the number of SLRU pages allocated #max_notify_queue_pages = 1048576 # limits the number of SLRU pages allocated
# for NOTIFY / LISTEN queue # for NOTIFY / LISTEN queue
#file_copy_method = copy # the default is the first option
# copy
# clone (if system support is available)
# - Kernel Resources - # - Kernel Resources -
#max_files_per_process = 1000 # min 64 #max_files_per_process = 1000 # min 64