Skip to content

Commit 1b3433e

Browse files
committed
doc: Improve description of min_dynamic_shared_memory
While on it, fix one oversight in 90fbf7c, that introduced a reference to an incorrect value for the compression level of pg_dump. Author: Justin Pryzby Reviewed-by: Thomas Munro, Michael Paquier Discussion: https://postgr.es/m/CA+hUKGJRTLWWPcQfjm_xaOk98M8aROK903X92O0x-4vLJPWrrA@mail.gmail.com
1 parent 3995c42 commit 1b3433e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,13 +1939,13 @@ include_dir 'conf.d'
19391939
<listitem>
19401940
<para>
19411941
Specifies the amount of memory that should be allocated at server
1942-
startup time for use by parallel queries. When this memory region is
1942+
startup for use by parallel queries. When this memory region is
19431943
insufficient or exhausted by concurrent queries, new parallel queries
19441944
try to allocate extra shared memory temporarily from the operating
19451945
system using the method configured with
19461946
<varname>dynamic_shared_memory_type</varname>, which may be slower due
19471947
to memory management overheads. Memory that is allocated at startup
1948-
time with <varname>min_dynamic_shared_memory</varname> is affected by
1948+
with <varname>min_dynamic_shared_memory</varname> is affected by
19491949
the <varname>huge_pages</varname> setting on operating systems where
19501950
that is supported, and may be more likely to benefit from larger pages
19511951
on operating systems where that is managed automatically.

src/bin/pg_dump/pg_backup_archiver.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ struct _archiveHandle
332332
int compression; /*---------
333333
* Compression requested on open().
334334
* Possible values for compression:
335-
* -2 ZSTD_COMPRESSION
336335
* -1 Z_DEFAULT_COMPRESSION
337336
* 0 COMPRESSION_NONE
338337
* 1-9 levels for gzip compression

0 commit comments

Comments
 (0)