Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b3433e

Browse files
committed
doc: Improve description of min_dynamic_shared_memory
While on it, fix one oversight in90fbf7c, that introduced a referenceto an incorrect value for the compression level of pg_dump.Author: Justin PryzbyReviewed-by: Thomas Munro, Michael PaquierDiscussion:https://postgr.es/m/CA+hUKGJRTLWWPcQfjm_xaOk98M8aROK903X92O0x-4vLJPWrrA@mail.gmail.com
1 parent3995c42 commit1b3433e

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-
startuptimefor 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-
timewith <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
intcompression;/*---------
333333
* Compression requested on open().
334334
* Possible values for compression:
335-
* -2ZSTD_COMPRESSION
336335
* -1Z_DEFAULT_COMPRESSION
337336
* 0COMPRESSION_NONE
338337
* 1-9 levels for gzip compression

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp