Improve file_copy_method entry in postgresql.conf.sample
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 26 May 2025 12:52:00 +0000 (14:52 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 26 May 2025 12:52:00 +0000 (14:52 +0200)
Improve the wording of the comment a bit, fix whitespace.  Also move
the entry so that the section order is consistent with config.sgml.

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

index 63f991c4f9305f52e3d656024b5de3205ee10874..87ce76b18f41c75a3b11e7f04d4c5b485196f053 100644 (file)
 #temp_file_limit = -1          # limits per-process temp file space
                    # 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
                    # for NOTIFY / LISTEN queue
 
-#file_copy_method = copy   # the default is the first option
-                   #   copy
-                   #   clone (if system support is available)
-
 # - Kernel Resources -
 
 #max_files_per_process = 1000      # min 64