diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2025-05-26 14:52:00 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2025-05-26 14:52:00 +0200 |
commit | c53f3b9cc8b1ece539291860a2def55ce1abf64a (patch) | |
tree | 5883101842679e5b3da57a317caa75823e26b0e9 /src | |
parent | 1f62dbf5f0ae375320b11362e0fccf8ec2766288 (diff) | |
download | postgresql-c53f3b9cc8b1ece539291860a2def55ce1abf64a.tar.gz postgresql-c53f3b9cc8b1ece539291860a2def55ce1abf64a.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 63f991c4f93..87ce76b18f4 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -178,13 +178,11 @@ #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 |