diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-05-23 15:19:12 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-05-23 15:19:12 +0200 |
commit | dfe0169988f32e7cb9c48fad9ab3de71c6c39a55 (patch) | |
tree | 7695767db8c19f858f5c76dc26b10535fceaa0f0 /src | |
parent | f40177c904f17721c3d33a6c202b74f3f2d4874d (diff) | |
download | postgresql-dfe0169988f32e7cb9c48fad9ab3de71c6c39a55.tar.gz postgresql-dfe0169988f32e7cb9c48fad9ab3de71c6c39a55.zip |
Punctuation improvement in postgresql.conf.sample
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index b090ec5245b..c6849392781 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -158,8 +158,8 @@ # mmap # (change requires restart) #min_dynamic_shared_memory = 0MB # (change requires restart) -#vacuum_buffer_usage_limit = 256kB # size of vacuum and analyze buffer access strategy ring. - # 0 to disable vacuum buffer access strategy +#vacuum_buffer_usage_limit = 256kB # size of vacuum and analyze buffer access strategy ring; + # 0 to disable vacuum buffer access strategy; # range 128kB to 16GB # - Disk - |